COLOR #A825D8

HEX: #A825D8
RGB: (168,37,216)

Color info

#A825D8 contains mainly red and blue colors. Web safe color of #A825D8 is #9933CC (or #93C).

RGB color model

#A825D8 color RGB value is (168,37,216).

  • red value is 168;
  • green value is 37;
  • blue value is 216.
RGB:
(168,37,216)
(66%,15%,85%)

RGB channels and saturation

R 168 of 255 = 66%
G 37 of 255 = 15%
B 216 of 255 = 85%

168
37
216

R + G + B ~ 55%. #A825D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 37 + 216 = 421 (100%)
R 168 of 421 ~ 39.9%
G 37 of 421 ~ 8.79%
B 216 of 421 ~ 51.31%

%39.9
%51.31

CMYK color model

#A825D8 color CMYK value is (22,83,0,15).

  • cyan value is 22.22%
  • magenta value is 82.87%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(22,83,0,15)
C22M83Y0K15 
(22%,83%,0%,15%)
(0.22/0.83/0.00/0.15)	

CMYK percentages

%22.22
%82.87
%0
%15.29

Codes

Color #A825D8 in popluar color models

A825D8
RGB16837216
HSL284°70.75%49.61%
HSB/HSV284°82.87%84.71%
CMYK22.22%82.87%0.00%
15.29%

Color #A825D8 in popluar number systems.

HEXA825D8
Decimal16837216
Binary1010100010010111011000
Octal25045330

Shades and tints

Shades of #A825D8

#A825D8
(168,37,216)
#9922C5
(153,34,197)
#8A1FB2
(138,31,178)
#7B1C9F
(123,28,159)
#6C198C
(108,25,140)
#5D1679
(93,22,121)
#4E1366
(78,19,102)
#3F1053
(63,16,83)
#300D40
(48,13,64)
#210A2D
(33,10,45)
#12071A
(18,7,26)
#000000
(0,0,0)

Tints of #A825D8

#A825D8
(168,37,216)
#AF38DB
(175,56,219)
#B64BDE
(182,75,222)
#BD5EE1
(189,94,225)
#C471E4
(196,113,228)
#CB84E7
(203,132,231)
#D297EA
(210,151,234)
#D9AAED
(217,170,237)
#E0BDF0
(224,189,240)
#E7D0F3
(231,208,243)
#EEE3F6
(238,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A825D8 color. Also use rgb(168,37,216) instead hex code.

Text Font Color

.myTextColor { color: #A825D8; }

<p style="color:#A825D8">This sample text font color is #A825D8.</p>

This text font color is #A825D8.


Background Color

.myBgColor { background-color: #A825D8; }

<div style="background-color:#A825D8">Inner text</div>

This div background color is #A825D8.


Border color

.myBorderColor { border: 1px solid #A825D8; }

<div style="border:3px solid #A825D8">Div</div>

This div border color is #A825D8.


Opacity

.myOpacity80 { color: #A825D8; opacity: 0.8; }

<p style="color:#A825D8;opacity:0.8;">80%</p>

Text with #A825D8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A825D8;}

<p style="text-shadow: 3px 3px 1px #A825D8">Text here.</p>

This text has shadow with #A825D8 color.

.textShadow {text-shadow: 3px 3px 1px #A825D8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A825D8, 5px 5px 20px red">Text here.</p>

This text has shadow with #A825D8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A825D8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A825D8, Direction=45, Strength=4)">Text</p>

This text has shadow with #A825D8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A825D8;
  -webkit-box-shadow:	1px 1px 3px 2px #A825D8;
  box-shadow:		1px 1px 3px 2px #A825D8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A825D8;
-webkit-box-shadow: 1px 1px 3px 2px #A825D8;
box-shadow:1px 1px 3px 2px #A825D8;">
Div content here</div>
This div box has shadow with color #A825D8.

Preview

Color preview on black background

This text has color #A825D8 on black background.


Color preview on white background

This text has color #A825D8 on white background.



Black color preview on #A825D8 background

This text has black color on #A825D8 background.


White color preview on #A825D8 background

This text has white color on #A825D8 background.