Shades of Dark Violet #AF0ADD
Tints of Dark Violet #AF0ADD
RGB
CMYK
RGB Variations
Color information
#AF0ADD (or 0xAF0ADD) is known color: Dark Violet. HEX triplet: AF, 0A and DD. RGB value is (175,10,221). Sum of RGB (Red+Green+Blue) = 175+10+221=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ADD is #50F522. Grayscale: #525252. Windows color (decimal): -5305635 or 14486191. OLE color: 14486191.
HSL color Cylindrical-coordinate representation of color #AF0ADD: hue angle of 286.92º 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 #AF0ADD is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 10 | 221 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.13 |
| HSL | 286.92º | 0.91% | 0.45% | - |
| HSV(B) | 286.92º | 0.95% | 0.87% | - |
| XYZ | 30.84 | 14.55 | 69.59 | - |
| YUV | 83.39 | 205.66 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 221 | 0.21 | 0.95 | 0 | 0.13 | 286.92 | 0.91 | 0.45 |
| Hex | AF | A | DD | 15 | 5F | 0 | D | 11F | 5B | 2D |
| Octal | 257 | 12 | 335 | 25 | 137 | 0 | 15 | 437 | 133 | 55 |
| Binary | 10101111 | 1010 | 11011101 | 10101 | 1011111 | 0 | 1101 | 100011111 | 1011011 | 101101 |
Color Harmonies of #AF0ADD
Complementary color
Monochromatic Colors of #AF0ADD
Black with #AF0ADD
Text Example
Text Example
White with #AF0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ADD; }
p { color: rgb(175,10,221); }
H1.HeaderClassName
{
color: #AF0ADD;
}
.AnyTagClassName
{
color: #AF0ADD;
}
</style>
background-color css
<style>
a { background-color: #AF0ADD; }
a { background-color: rgb(175,10,221); }
div.DivClassName
{
background-color: #AF0ADD;
}
.BgClassName
{
background-color: #AF0ADD;
}
</style>
border-color css
<style>
span { border-color: #AF0ADD; }
span { border-color: rgb(175,10,221); }
td.TdClassName
{
border-color: #AF0ADD;
}
.TagClassName
{
border-color: #AF0ADD;
}
</style>