Shades of Dark Violet #AF00DC
Tints of Dark Violet #AF00DC
RGB
CMYK
RGB Variations
Color information
#AF00DC (or 0xAF00DC) is known color: Dark Violet. HEX triplet: AF, 00 and DC. RGB value is (175,0,220). Sum of RGB (Red+Green+Blue) = 175+0+220=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00DC is #50FF23. Grayscale: #4C4C4C. Windows color (decimal): -5308196 or 14418095. OLE color: 14418095.
HSL color Cylindrical-coordinate representation of color #AF00DC: hue angle of 287.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00DC is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 0 | 220 | - |
| CMYK | 0.20 | 1 | 0 | 0.14 |
| HSL | 287.73º | 1% | 0.43% | - |
| HSV(B) | 287.73º | 1% | 0.86% | - |
| XYZ | 30.6 | 14.28 | 68.85 | - |
| YUV | 77.41 | 208.48 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 220 | 0.20 | 1 | 0 | 0.14 | 287.73 | 1 | 0.43 |
| Hex | AF | 0 | DC | 14 | 64 | 0 | E | 120 | 64 | 2B |
| Octal | 257 | 0 | 334 | 24 | 144 | 0 | 16 | 440 | 144 | 53 |
| Binary | 10101111 | 0 | 11011100 | 10100 | 1100100 | 0 | 1110 | 100100000 | 1100100 | 101011 |
Color Harmonies of #AF00DC
Complementary color
Monochromatic Colors of #AF00DC
Black with #AF00DC
Text Example
Text Example
White with #AF00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00DC; }
p { color: rgb(175,0,220); }
H1.HeaderClassName
{
color: #AF00DC;
}
.AnyTagClassName
{
color: #AF00DC;
}
</style>
background-color css
<style>
a { background-color: #AF00DC; }
a { background-color: rgb(175,0,220); }
div.DivClassName
{
background-color: #AF00DC;
}
.BgClassName
{
background-color: #AF00DC;
}
</style>
border-color css
<style>
span { border-color: #AF00DC; }
span { border-color: rgb(175,0,220); }
td.TdClassName
{
border-color: #AF00DC;
}
.TagClassName
{
border-color: #AF00DC;
}
</style>