Shades of Dark Violet #AF0ADE
Tints of Dark Violet #AF0ADE
RGB
CMYK
RGB Variations
Color information
#AF0ADE (or 0xAF0ADE) is known color: Dark Violet. HEX triplet: AF, 0A and DE. RGB value is (175,10,222). Sum of RGB (Red+Green+Blue) = 175+10+222=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ADE is #50F521. Grayscale: #525252. Windows color (decimal): -5305634 or 14551727. OLE color: 14551727.
HSL color Cylindrical-coordinate representation of color #AF0ADE: hue angle of 286.7º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0ADE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 10 | 222 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.13 |
| HSL | 286.7º | 0.91% | 0.45% | - |
| HSV(B) | 286.7º | 0.95% | 0.87% | - |
| XYZ | 30.97 | 14.6 | 70.29 | - |
| YUV | 83.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 222 | 0.21 | 0.95 | 0 | 0.13 | 286.7 | 0.91 | 0.45 |
| Hex | AF | A | DE | 15 | 5F | 0 | D | 11F | 5B | 2D |
| Octal | 257 | 12 | 336 | 25 | 137 | 0 | 15 | 437 | 133 | 55 |
| Binary | 10101111 | 1010 | 11011110 | 10101 | 1011111 | 0 | 1101 | 100011111 | 1011011 | 101101 |
Color Harmonies of #AF0ADE
Complementary color
Monochromatic Colors of #AF0ADE
Black with #AF0ADE
Text Example
Text Example
White with #AF0ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ADE; }
p { color: rgb(175,10,222); }
H1.HeaderClassName
{
color: #AF0ADE;
}
.AnyTagClassName
{
color: #AF0ADE;
}
</style>
background-color css
<style>
a { background-color: #AF0ADE; }
a { background-color: rgb(175,10,222); }
div.DivClassName
{
background-color: #AF0ADE;
}
.BgClassName
{
background-color: #AF0ADE;
}
</style>
border-color css
<style>
span { border-color: #AF0ADE; }
span { border-color: rgb(175,10,222); }
td.TdClassName
{
border-color: #AF0ADE;
}
.TagClassName
{
border-color: #AF0ADE;
}
</style>