Shades of Dark Violet #AF0BCB
Tints of Dark Violet #AF0BCB
RGB
CMYK
RGB Variations
Color information
#AF0BCB (or 0xAF0BCB) is known color: Dark Violet. HEX triplet: AF, 0B and CB. RGB value is (175,11,203). Sum of RGB (Red+Green+Blue) = 175+11+203=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF0BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BCB is #50F434. Grayscale: #515151. Windows color (decimal): -5305397 or 13306799. OLE color: 13306799.
HSL color Cylindrical-coordinate representation of color #AF0BCB: hue angle of 291.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BCB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 11 | 203 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.20 |
| HSL | 291.25º | 0.9% | 0.42% | - |
| HSV(B) | 291.25º | 0.95% | 0.8% | - |
| XYZ | 28.58 | 13.67 | 57.63 | - |
| YUV | 81.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 203 | 0.14 | 0.95 | 0 | 0.20 | 291.25 | 0.9 | 0.42 |
| Hex | AF | B | CB | E | 5F | 0 | 14 | 123 | 5A | 2A |
| Octal | 257 | 13 | 313 | 16 | 137 | 0 | 24 | 443 | 132 | 52 |
| Binary | 10101111 | 1011 | 11001011 | 1110 | 1011111 | 0 | 10100 | 100100011 | 1011010 | 101010 |
Color Harmonies of #AF0BCB
Complementary color
Monochromatic Colors of #AF0BCB
Black with #AF0BCB
Text Example
Text Example
White with #AF0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BCB; }
p { color: rgb(175,11,203); }
H1.HeaderClassName
{
color: #AF0BCB;
}
.AnyTagClassName
{
color: #AF0BCB;
}
</style>
background-color css
<style>
a { background-color: #AF0BCB; }
a { background-color: rgb(175,11,203); }
div.DivClassName
{
background-color: #AF0BCB;
}
.BgClassName
{
background-color: #AF0BCB;
}
</style>
border-color css
<style>
span { border-color: #AF0BCB; }
span { border-color: rgb(175,11,203); }
td.TdClassName
{
border-color: #AF0BCB;
}
.TagClassName
{
border-color: #AF0BCB;
}
</style>