Shades of Dark Violet #AF08DC
Tints of Dark Violet #AF08DC
RGB
CMYK
RGB Variations
Color information
#AF08DC (or 0xAF08DC) is known color: Dark Violet. HEX triplet: AF, 08 and DC. RGB value is (175,8,220). Sum of RGB (Red+Green+Blue) = 175+8+220=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF08DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08DC is #50F723. Grayscale: #515151. Windows color (decimal): -5306148 or 14420143. OLE color: 14420143.
HSL color Cylindrical-coordinate representation of color #AF08DC: hue angle of 287.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08DC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 8 | 220 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.14 |
| HSL | 287.26º | 0.93% | 0.45% | - |
| HSV(B) | 287.26º | 0.96% | 0.86% | - |
| XYZ | 30.68 | 14.45 | 68.88 | - |
| YUV | 82.1 | 205.83 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 220 | 0.20 | 0.96 | 0 | 0.14 | 287.26 | 0.93 | 0.45 |
| Hex | AF | 8 | DC | 14 | 60 | 0 | E | 11F | 5D | 2D |
| Octal | 257 | 10 | 334 | 24 | 140 | 0 | 16 | 437 | 135 | 55 |
| Binary | 10101111 | 1000 | 11011100 | 10100 | 1100000 | 0 | 1110 | 100011111 | 1011101 | 101101 |
Color Harmonies of #AF08DC
Complementary color
Monochromatic Colors of #AF08DC
Black with #AF08DC
Text Example
Text Example
White with #AF08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08DC; }
p { color: rgb(175,8,220); }
H1.HeaderClassName
{
color: #AF08DC;
}
.AnyTagClassName
{
color: #AF08DC;
}
</style>
background-color css
<style>
a { background-color: #AF08DC; }
a { background-color: rgb(175,8,220); }
div.DivClassName
{
background-color: #AF08DC;
}
.BgClassName
{
background-color: #AF08DC;
}
</style>
border-color css
<style>
span { border-color: #AF08DC; }
span { border-color: rgb(175,8,220); }
td.TdClassName
{
border-color: #AF08DC;
}
.TagClassName
{
border-color: #AF08DC;
}
</style>