Shades of Dark Violet #AB0FCB
Tints of Dark Violet #AB0FCB
RGB
CMYK
RGB Variations
Color information
#AB0FCB (or 0xAB0FCB) is known color: Dark Violet. HEX triplet: AB, 0F and CB. RGB value is (171,15,203). Sum of RGB (Red+Green+Blue) = 171+15+203=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 15 (6.25% from 255 or 3.86% 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 #AB0FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FCB is #54F034. Grayscale: #525252. Windows color (decimal): -5566517 or 13307819. OLE color: 13307819.
HSL color Cylindrical-coordinate representation of color #AB0FCB: hue angle of 289.79º 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 #AB0FCB is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 15 | 203 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.20 |
| HSL | 289.79º | 0.86% | 0.43% | - |
| HSV(B) | 289.79º | 0.93% | 0.8% | - |
| XYZ | 27.74 | 13.31 | 57.61 | - |
| YUV | 83.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 203 | 0.16 | 0.93 | 0 | 0.20 | 289.79 | 0.86 | 0.43 |
| Hex | AB | F | CB | 10 | 5D | 0 | 14 | 122 | 56 | 2B |
| Octal | 253 | 17 | 313 | 20 | 135 | 0 | 24 | 442 | 126 | 53 |
| Binary | 10101011 | 1111 | 11001011 | 10000 | 1011101 | 0 | 10100 | 100100010 | 1010110 | 101011 |
Color Harmonies of #AB0FCB
Complementary color
Monochromatic Colors of #AB0FCB
Black with #AB0FCB
Text Example
Text Example
White with #AB0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FCB; }
p { color: rgb(171,15,203); }
H1.HeaderClassName
{
color: #AB0FCB;
}
.AnyTagClassName
{
color: #AB0FCB;
}
</style>
background-color css
<style>
a { background-color: #AB0FCB; }
a { background-color: rgb(171,15,203); }
div.DivClassName
{
background-color: #AB0FCB;
}
.BgClassName
{
background-color: #AB0FCB;
}
</style>
border-color css
<style>
span { border-color: #AB0FCB; }
span { border-color: rgb(171,15,203); }
td.TdClassName
{
border-color: #AB0FCB;
}
.TagClassName
{
border-color: #AB0FCB;
}
</style>