Shades of Dark Violet #AB0BCD
Tints of Dark Violet #AB0BCD
RGB
CMYK
RGB Variations
Color information
#AB0BCD (or 0xAB0BCD) is known color: Dark Violet. HEX triplet: AB, 0B and CD. RGB value is (171,11,205). Sum of RGB (Red+Green+Blue) = 171+11+205=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB0BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0BCD is #54F432. Grayscale: #505050. Windows color (decimal): -5567539 or 13437867. OLE color: 13437867.
HSL color Cylindrical-coordinate representation of color #AB0BCD: hue angle of 289.48º 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 #AB0BCD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 11 | 205 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.20 |
| HSL | 289.48º | 0.9% | 0.42% | - |
| HSV(B) | 289.48º | 0.95% | 0.8% | - |
| XYZ | 27.93 | 13.31 | 58.85 | - |
| YUV | 80.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 205 | 0.17 | 0.95 | 0 | 0.20 | 289.48 | 0.9 | 0.42 |
| Hex | AB | B | CD | 11 | 5F | 0 | 14 | 121 | 5A | 2A |
| Octal | 253 | 13 | 315 | 21 | 137 | 0 | 24 | 441 | 132 | 52 |
| Binary | 10101011 | 1011 | 11001101 | 10001 | 1011111 | 0 | 10100 | 100100001 | 1011010 | 101010 |
Color Harmonies of #AB0BCD
Complementary color
Monochromatic Colors of #AB0BCD
Black with #AB0BCD
Text Example
Text Example
White with #AB0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BCD; }
p { color: rgb(171,11,205); }
H1.HeaderClassName
{
color: #AB0BCD;
}
.AnyTagClassName
{
color: #AB0BCD;
}
</style>
background-color css
<style>
a { background-color: #AB0BCD; }
a { background-color: rgb(171,11,205); }
div.DivClassName
{
background-color: #AB0BCD;
}
.BgClassName
{
background-color: #AB0BCD;
}
</style>
border-color css
<style>
span { border-color: #AB0BCD; }
span { border-color: rgb(171,11,205); }
td.TdClassName
{
border-color: #AB0BCD;
}
.TagClassName
{
border-color: #AB0BCD;
}
</style>