Shades of Dark Violet #AF0FCB
Tints of Dark Violet #AF0FCB
RGB
CMYK
RGB Variations
Color information
#AF0FCB (or 0xAF0FCB) is known color: Dark Violet. HEX triplet: AF, 0F and CB. RGB value is (175,15,203). Sum of RGB (Red+Green+Blue) = 175+15+203=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF0FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FCB is #50F034. Grayscale: #535353. Windows color (decimal): -5304373 or 13307823. OLE color: 13307823.
HSL color Cylindrical-coordinate representation of color #AF0FCB: hue angle of 291.06º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FCB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 15 | 203 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.20 |
| HSL | 291.06º | 0.86% | 0.43% | - |
| HSV(B) | 291.06º | 0.93% | 0.8% | - |
| XYZ | 28.63 | 13.77 | 57.65 | - |
| YUV | 84.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 203 | 0.14 | 0.93 | 0 | 0.20 | 291.06 | 0.86 | 0.43 |
| Hex | AF | F | CB | E | 5D | 0 | 14 | 123 | 56 | 2B |
| Octal | 257 | 17 | 313 | 16 | 135 | 0 | 24 | 443 | 126 | 53 |
| Binary | 10101111 | 1111 | 11001011 | 1110 | 1011101 | 0 | 10100 | 100100011 | 1010110 | 101011 |
Color Harmonies of #AF0FCB
Complementary color
Monochromatic Colors of #AF0FCB
Black with #AF0FCB
Text Example
Text Example
White with #AF0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0FCB; }
p { color: rgb(175,15,203); }
H1.HeaderClassName
{
color: #AF0FCB;
}
.AnyTagClassName
{
color: #AF0FCB;
}
</style>
background-color css
<style>
a { background-color: #AF0FCB; }
a { background-color: rgb(175,15,203); }
div.DivClassName
{
background-color: #AF0FCB;
}
.BgClassName
{
background-color: #AF0FCB;
}
</style>
border-color css
<style>
span { border-color: #AF0FCB; }
span { border-color: rgb(175,15,203); }
td.TdClassName
{
border-color: #AF0FCB;
}
.TagClassName
{
border-color: #AF0FCB;
}
</style>