Shades of Dark Violet #AF08CE
Tints of Dark Violet #AF08CE
RGB
CMYK
RGB Variations
Color information
#AF08CE (or 0xAF08CE) is known color: Dark Violet. HEX triplet: AF, 08 and CE. RGB value is (175,8,206). Sum of RGB (Red+Green+Blue) = 175+8+206=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF08CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08CE is #50F731. Grayscale: #4F4F4F. Windows color (decimal): -5306162 or 13502639. OLE color: 13502639.
HSL color Cylindrical-coordinate representation of color #AF08CE: hue angle of 290.61º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08CE is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 8 | 206 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.19 |
| HSL | 290.61º | 0.93% | 0.42% | - |
| HSV(B) | 290.61º | 0.96% | 0.81% | - |
| XYZ | 28.91 | 13.74 | 59.52 | - |
| YUV | 80.51 | 198.83 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 206 | 0.15 | 0.96 | 0 | 0.19 | 290.61 | 0.93 | 0.42 |
| Hex | AF | 8 | CE | F | 60 | 0 | 13 | 123 | 5D | 2A |
| Octal | 257 | 10 | 316 | 17 | 140 | 0 | 23 | 443 | 135 | 52 |
| Binary | 10101111 | 1000 | 11001110 | 1111 | 1100000 | 0 | 10011 | 100100011 | 1011101 | 101010 |
Color Harmonies of #AF08CE
Complementary color
Monochromatic Colors of #AF08CE
Black with #AF08CE
Text Example
Text Example
White with #AF08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08CE; }
p { color: rgb(175,8,206); }
H1.HeaderClassName
{
color: #AF08CE;
}
.AnyTagClassName
{
color: #AF08CE;
}
</style>
background-color css
<style>
a { background-color: #AF08CE; }
a { background-color: rgb(175,8,206); }
div.DivClassName
{
background-color: #AF08CE;
}
.BgClassName
{
background-color: #AF08CE;
}
</style>
border-color css
<style>
span { border-color: #AF08CE; }
span { border-color: rgb(175,8,206); }
td.TdClassName
{
border-color: #AF08CE;
}
.TagClassName
{
border-color: #AF08CE;
}
</style>