Shades of Dark Violet #AF14DC
Tints of Dark Violet #AF14DC
RGB
CMYK
RGB Variations
Color information
#AF14DC (or 0xAF14DC) is known color: Dark Violet. HEX triplet: AF, 14 and DC. RGB value is (175,20,220). Sum of RGB (Red+Green+Blue) = 175+20+220=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF14DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14DC is #50EB23. Grayscale: #585858. Windows color (decimal): -5303076 or 14423215. OLE color: 14423215.
HSL color Cylindrical-coordinate representation of color #AF14DC: hue angle of 286.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF14DC is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 20 | 220 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.14 |
| HSL | 286.5º | 0.83% | 0.47% | - |
| HSV(B) | 286.5º | 0.91% | 0.86% | - |
| XYZ | 30.85 | 14.78 | 68.94 | - |
| YUV | 89.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 220 | 0.20 | 0.91 | 0 | 0.14 | 286.5 | 0.83 | 0.47 |
| Hex | AF | 14 | DC | 14 | 5B | 0 | E | 11E | 53 | 2F |
| Octal | 257 | 24 | 334 | 24 | 133 | 0 | 16 | 436 | 123 | 57 |
| Binary | 10101111 | 10100 | 11011100 | 10100 | 1011011 | 0 | 1110 | 100011110 | 1010011 | 101111 |
Color Harmonies of #AF14DC
Complementary color
Monochromatic Colors of #AF14DC
Black with #AF14DC
Text Example
Text Example
White with #AF14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14DC; }
p { color: rgb(175,20,220); }
H1.HeaderClassName
{
color: #AF14DC;
}
.AnyTagClassName
{
color: #AF14DC;
}
</style>
background-color css
<style>
a { background-color: #AF14DC; }
a { background-color: rgb(175,20,220); }
div.DivClassName
{
background-color: #AF14DC;
}
.BgClassName
{
background-color: #AF14DC;
}
</style>
border-color css
<style>
span { border-color: #AF14DC; }
span { border-color: rgb(175,20,220); }
td.TdClassName
{
border-color: #AF14DC;
}
.TagClassName
{
border-color: #AF14DC;
}
</style>