Shades of Dark Violet #AF0FCE
Tints of Dark Violet #AF0FCE
RGB
CMYK
RGB Variations
Color information
#AF0FCE (or 0xAF0FCE) is known color: Dark Violet. HEX triplet: AF, 0F and CE. RGB value is (175,15,206). Sum of RGB (Red+Green+Blue) = 175+15+206=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF0FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FCE is #50F031. Grayscale: #545454. Windows color (decimal): -5304370 or 13504431. OLE color: 13504431.
HSL color Cylindrical-coordinate representation of color #AF0FCE: hue angle of 290.26º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FCE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 15 | 206 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.19 |
| HSL | 290.26º | 0.86% | 0.43% | - |
| HSV(B) | 290.26º | 0.93% | 0.81% | - |
| XYZ | 28.99 | 13.91 | 59.55 | - |
| YUV | 84.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 206 | 0.15 | 0.93 | 0 | 0.19 | 290.26 | 0.86 | 0.43 |
| Hex | AF | F | CE | F | 5D | 0 | 13 | 122 | 56 | 2B |
| Octal | 257 | 17 | 316 | 17 | 135 | 0 | 23 | 442 | 126 | 53 |
| Binary | 10101111 | 1111 | 11001110 | 1111 | 1011101 | 0 | 10011 | 100100010 | 1010110 | 101011 |
Color Harmonies of #AF0FCE
Complementary color
Monochromatic Colors of #AF0FCE
Black with #AF0FCE
Text Example
Text Example
White with #AF0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FCE; }
p { color: rgb(175,15,206); }
H1.HeaderClassName
{
color: #AF0FCE;
}
.AnyTagClassName
{
color: #AF0FCE;
}
</style>
background-color css
<style>
a { background-color: #AF0FCE; }
a { background-color: rgb(175,15,206); }
div.DivClassName
{
background-color: #AF0FCE;
}
.BgClassName
{
background-color: #AF0FCE;
}
</style>
border-color css
<style>
span { border-color: #AF0FCE; }
span { border-color: rgb(175,15,206); }
td.TdClassName
{
border-color: #AF0FCE;
}
.TagClassName
{
border-color: #AF0FCE;
}
</style>