Shades of Dark Violet #AF08CF
Tints of Dark Violet #AF08CF
RGB
CMYK
RGB Variations
Color information
#AF08CF (or 0xAF08CF) is known color: Dark Violet. HEX triplet: AF, 08 and CF. RGB value is (175,8,207). Sum of RGB (Red+Green+Blue) = 175+8+207=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08CF is #50F730. Grayscale: #4F4F4F. Windows color (decimal): -5306161 or 13568175. OLE color: 13568175.
HSL color Cylindrical-coordinate representation of color #AF08CF: hue angle of 290.35º 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 #AF08CF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 8 | 207 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.19 |
| HSL | 290.35º | 0.93% | 0.42% | - |
| HSV(B) | 290.35º | 0.96% | 0.81% | - |
| XYZ | 29.03 | 13.79 | 60.16 | - |
| YUV | 80.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 207 | 0.15 | 0.96 | 0 | 0.19 | 290.35 | 0.93 | 0.42 |
| Hex | AF | 8 | CF | F | 60 | 0 | 13 | 122 | 5D | 2A |
| Octal | 257 | 10 | 317 | 17 | 140 | 0 | 23 | 442 | 135 | 52 |
| Binary | 10101111 | 1000 | 11001111 | 1111 | 1100000 | 0 | 10011 | 100100010 | 1011101 | 101010 |
Color Harmonies of #AF08CF
Complementary color
Monochromatic Colors of #AF08CF
Black with #AF08CF
Text Example
Text Example
White with #AF08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08CF; }
p { color: rgb(175,8,207); }
H1.HeaderClassName
{
color: #AF08CF;
}
.AnyTagClassName
{
color: #AF08CF;
}
</style>
background-color css
<style>
a { background-color: #AF08CF; }
a { background-color: rgb(175,8,207); }
div.DivClassName
{
background-color: #AF08CF;
}
.BgClassName
{
background-color: #AF08CF;
}
</style>
border-color css
<style>
span { border-color: #AF08CF; }
span { border-color: rgb(175,8,207); }
td.TdClassName
{
border-color: #AF08CF;
}
.TagClassName
{
border-color: #AF08CF;
}
</style>