Shades of Dark Violet #AF08DD
Tints of Dark Violet #AF08DD
RGB
CMYK
RGB Variations
Color information
#AF08DD (or 0xAF08DD) is known color: Dark Violet. HEX triplet: AF, 08 and DD. RGB value is (175,8,221). Sum of RGB (Red+Green+Blue) = 175+8+221=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF08DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08DD is #50F722. Grayscale: #515151. Windows color (decimal): -5306147 or 14485679. OLE color: 14485679.
HSL color Cylindrical-coordinate representation of color #AF08DD: hue angle of 287.04º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08DD is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 8 | 221 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.13 |
| HSL | 287.04º | 0.93% | 0.45% | - |
| HSV(B) | 287.04º | 0.96% | 0.87% | - |
| XYZ | 30.82 | 14.51 | 69.58 | - |
| YUV | 82.22 | 206.33 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 221 | 0.21 | 0.96 | 0 | 0.13 | 287.04 | 0.93 | 0.45 |
| Hex | AF | 8 | DD | 15 | 60 | 0 | D | 11F | 5D | 2D |
| Octal | 257 | 10 | 335 | 25 | 140 | 0 | 15 | 437 | 135 | 55 |
| Binary | 10101111 | 1000 | 11011101 | 10101 | 1100000 | 0 | 1101 | 100011111 | 1011101 | 101101 |
Color Harmonies of #AF08DD
Complementary color
Monochromatic Colors of #AF08DD
Black with #AF08DD
Text Example
Text Example
White with #AF08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08DD; }
p { color: rgb(175,8,221); }
H1.HeaderClassName
{
color: #AF08DD;
}
.AnyTagClassName
{
color: #AF08DD;
}
</style>
background-color css
<style>
a { background-color: #AF08DD; }
a { background-color: rgb(175,8,221); }
div.DivClassName
{
background-color: #AF08DD;
}
.BgClassName
{
background-color: #AF08DD;
}
</style>
border-color css
<style>
span { border-color: #AF08DD; }
span { border-color: rgb(175,8,221); }
td.TdClassName
{
border-color: #AF08DD;
}
.TagClassName
{
border-color: #AF08DD;
}
</style>