Shades of Dark Violet #AF08D7
Tints of Dark Violet #AF08D7
RGB
CMYK
RGB Variations
Color information
#AF08D7 (or 0xAF08D7) is known color: Dark Violet. HEX triplet: AF, 08 and D7. RGB value is (175,8,215). Sum of RGB (Red+Green+Blue) = 175+8+215=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF08D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08D7 is #50F728. Grayscale: #505050. Windows color (decimal): -5306153 or 14092463. OLE color: 14092463.
HSL color Cylindrical-coordinate representation of color #AF08D7: hue angle of 288.41º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08D7 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 8 | 215 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.16 |
| HSL | 288.41º | 0.93% | 0.44% | - |
| HSV(B) | 288.41º | 0.96% | 0.84% | - |
| XYZ | 30.03 | 14.19 | 65.45 | - |
| YUV | 81.53 | 203.33 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 215 | 0.19 | 0.96 | 0 | 0.16 | 288.41 | 0.93 | 0.44 |
| Hex | AF | 8 | D7 | 13 | 60 | 0 | 10 | 120 | 5D | 2C |
| Octal | 257 | 10 | 327 | 23 | 140 | 0 | 20 | 440 | 135 | 54 |
| Binary | 10101111 | 1000 | 11010111 | 10011 | 1100000 | 0 | 10000 | 100100000 | 1011101 | 101100 |
Color Harmonies of #AF08D7
Complementary color
Monochromatic Colors of #AF08D7
Black with #AF08D7
Text Example
Text Example
White with #AF08D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08D7; }
p { color: rgb(175,8,215); }
H1.HeaderClassName
{
color: #AF08D7;
}
.AnyTagClassName
{
color: #AF08D7;
}
</style>
background-color css
<style>
a { background-color: #AF08D7; }
a { background-color: rgb(175,8,215); }
div.DivClassName
{
background-color: #AF08D7;
}
.BgClassName
{
background-color: #AF08D7;
}
</style>
border-color css
<style>
span { border-color: #AF08D7; }
span { border-color: rgb(175,8,215); }
td.TdClassName
{
border-color: #AF08D7;
}
.TagClassName
{
border-color: #AF08D7;
}
</style>