Shades of Dark Violet #AF0BDC
Tints of Dark Violet #AF0BDC
RGB
CMYK
RGB Variations
Color information
#AF0BDC (or 0xAF0BDC) is known color: Dark Violet. HEX triplet: AF, 0B and DC. RGB value is (175,11,220). Sum of RGB (Red+Green+Blue) = 175+11+220=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF0BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BDC is #50F423. Grayscale: #535353. Windows color (decimal): -5305380 or 14420911. OLE color: 14420911.
HSL color Cylindrical-coordinate representation of color #AF0BDC: hue angle of 287.08º 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 #AF0BDC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 11 | 220 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.14 |
| HSL | 287.08º | 0.9% | 0.45% | - |
| HSV(B) | 287.08º | 0.95% | 0.86% | - |
| XYZ | 30.72 | 14.52 | 68.89 | - |
| YUV | 83.86 | 204.83 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 220 | 0.20 | 0.95 | 0 | 0.14 | 287.08 | 0.9 | 0.45 |
| Hex | AF | B | DC | 14 | 5F | 0 | E | 11F | 5A | 2D |
| Octal | 257 | 13 | 334 | 24 | 137 | 0 | 16 | 437 | 132 | 55 |
| Binary | 10101111 | 1011 | 11011100 | 10100 | 1011111 | 0 | 1110 | 100011111 | 1011010 | 101101 |
Color Harmonies of #AF0BDC
Complementary color
Monochromatic Colors of #AF0BDC
Black with #AF0BDC
Text Example
Text Example
White with #AF0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BDC; }
p { color: rgb(175,11,220); }
H1.HeaderClassName
{
color: #AF0BDC;
}
.AnyTagClassName
{
color: #AF0BDC;
}
</style>
background-color css
<style>
a { background-color: #AF0BDC; }
a { background-color: rgb(175,11,220); }
div.DivClassName
{
background-color: #AF0BDC;
}
.BgClassName
{
background-color: #AF0BDC;
}
</style>
border-color css
<style>
span { border-color: #AF0BDC; }
span { border-color: rgb(175,11,220); }
td.TdClassName
{
border-color: #AF0BDC;
}
.TagClassName
{
border-color: #AF0BDC;
}
</style>