Shades of Dark Violet #AF00DE
Tints of Dark Violet #AF00DE
RGB
CMYK
RGB Variations
Color information
#AF00DE (or 0xAF00DE) is known color: Dark Violet. HEX triplet: AF, 00 and DE. RGB value is (175,0,222). Sum of RGB (Red+Green+Blue) = 175+0+222=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00DE is #50FF21. Grayscale: #4C4C4C. Windows color (decimal): -5308194 or 14549167. OLE color: 14549167.
HSL color Cylindrical-coordinate representation of color #AF00DE: hue angle of 287.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00DE is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 0 | 222 | - |
| CMYK | 0.21 | 1 | 0 | 0.13 |
| HSL | 287.3º | 1% | 0.44% | - |
| HSV(B) | 287.3º | 1% | 0.87% | - |
| XYZ | 30.86 | 14.39 | 70.26 | - |
| YUV | 77.63 | 209.48 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 222 | 0.21 | 1 | 0 | 0.13 | 287.3 | 1 | 0.44 |
| Hex | AF | 0 | DE | 15 | 64 | 0 | D | 11F | 64 | 2C |
| Octal | 257 | 0 | 336 | 25 | 144 | 0 | 15 | 437 | 144 | 54 |
| Binary | 10101111 | 0 | 11011110 | 10101 | 1100100 | 0 | 1101 | 100011111 | 1100100 | 101100 |
Color Harmonies of #AF00DE
Complementary color
Monochromatic Colors of #AF00DE
Black with #AF00DE
Text Example
Text Example
White with #AF00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00DE; }
p { color: rgb(175,0,222); }
H1.HeaderClassName
{
color: #AF00DE;
}
.AnyTagClassName
{
color: #AF00DE;
}
</style>
background-color css
<style>
a { background-color: #AF00DE; }
a { background-color: rgb(175,0,222); }
div.DivClassName
{
background-color: #AF00DE;
}
.BgClassName
{
background-color: #AF00DE;
}
</style>
border-color css
<style>
span { border-color: #AF00DE; }
span { border-color: rgb(175,0,222); }
td.TdClassName
{
border-color: #AF00DE;
}
.TagClassName
{
border-color: #AF00DE;
}
</style>