Shades of Dark Violet #AF0CDC
Tints of Dark Violet #AF0CDC
RGB
CMYK
RGB Variations
Color information
#AF0CDC (or 0xAF0CDC) is known color: Dark Violet. HEX triplet: AF, 0C and DC. RGB value is (175,12,220). Sum of RGB (Red+Green+Blue) = 175+12+220=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0CDC is #50F323. Grayscale: #535353. Windows color (decimal): -5305124 or 14421167. OLE color: 14421167.
HSL color Cylindrical-coordinate representation of color #AF0CDC: hue angle of 287.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0CDC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 12 | 220 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.14 |
| HSL | 287.02º | 0.9% | 0.45% | - |
| HSV(B) | 287.02º | 0.95% | 0.86% | - |
| XYZ | 30.73 | 14.54 | 68.9 | - |
| YUV | 84.45 | 204.5 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 220 | 0.20 | 0.95 | 0 | 0.14 | 287.02 | 0.9 | 0.45 |
| Hex | AF | C | DC | 14 | 5F | 0 | E | 11F | 5A | 2D |
| Octal | 257 | 14 | 334 | 24 | 137 | 0 | 16 | 437 | 132 | 55 |
| Binary | 10101111 | 1100 | 11011100 | 10100 | 1011111 | 0 | 1110 | 100011111 | 1011010 | 101101 |
Color Harmonies of #AF0CDC
Complementary color
Monochromatic Colors of #AF0CDC
Black with #AF0CDC
Text Example
Text Example
White with #AF0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CDC; }
p { color: rgb(175,12,220); }
H1.HeaderClassName
{
color: #AF0CDC;
}
.AnyTagClassName
{
color: #AF0CDC;
}
</style>
background-color css
<style>
a { background-color: #AF0CDC; }
a { background-color: rgb(175,12,220); }
div.DivClassName
{
background-color: #AF0CDC;
}
.BgClassName
{
background-color: #AF0CDC;
}
</style>
border-color css
<style>
span { border-color: #AF0CDC; }
span { border-color: rgb(175,12,220); }
td.TdClassName
{
border-color: #AF0CDC;
}
.TagClassName
{
border-color: #AF0CDC;
}
</style>