Shades of Dark Violet #AF12DC
Tints of Dark Violet #AF12DC
RGB
CMYK
RGB Variations
Color information
#AF12DC (or 0xAF12DC) is known color: Dark Violet. HEX triplet: AF, 12 and DC. RGB value is (175,18,220). Sum of RGB (Red+Green+Blue) = 175+18+220=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF12DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12DC is #50ED23. Grayscale: #575757. Windows color (decimal): -5303588 or 14422703. OLE color: 14422703.
HSL color Cylindrical-coordinate representation of color #AF12DC: hue angle of 286.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF12DC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 18 | 220 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.14 |
| HSL | 286.63º | 0.85% | 0.47% | - |
| HSV(B) | 286.63º | 0.92% | 0.86% | - |
| XYZ | 30.81 | 14.71 | 68.93 | - |
| YUV | 87.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 220 | 0.20 | 0.92 | 0 | 0.14 | 286.63 | 0.85 | 0.47 |
| Hex | AF | 12 | DC | 14 | 5C | 0 | E | 11F | 55 | 2F |
| Octal | 257 | 22 | 334 | 24 | 134 | 0 | 16 | 437 | 125 | 57 |
| Binary | 10101111 | 10010 | 11011100 | 10100 | 1011100 | 0 | 1110 | 100011111 | 1010101 | 101111 |
Color Harmonies of #AF12DC
Complementary color
Monochromatic Colors of #AF12DC
Black with #AF12DC
Text Example
Text Example
White with #AF12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12DC; }
p { color: rgb(175,18,220); }
H1.HeaderClassName
{
color: #AF12DC;
}
.AnyTagClassName
{
color: #AF12DC;
}
</style>
background-color css
<style>
a { background-color: #AF12DC; }
a { background-color: rgb(175,18,220); }
div.DivClassName
{
background-color: #AF12DC;
}
.BgClassName
{
background-color: #AF12DC;
}
</style>
border-color css
<style>
span { border-color: #AF12DC; }
span { border-color: rgb(175,18,220); }
td.TdClassName
{
border-color: #AF12DC;
}
.TagClassName
{
border-color: #AF12DC;
}
</style>