Shades of Dark Violet #AB15BD
Tints of Dark Violet #AB15BD
RGB
CMYK
RGB Variations
Color information
#AB15BD (or 0xAB15BD) is known color: Dark Violet. HEX triplet: AB, 15 and BD. RGB value is (171,21,189). Sum of RGB (Red+Green+Blue) = 171+21+189=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB15BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15BD is #54EA42. Grayscale: #545454. Windows color (decimal): -5564995 or 12391851. OLE color: 12391851.
HSL color Cylindrical-coordinate representation of color #AB15BD: hue angle of 293.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB15BD is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 21 | 189 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.26 |
| HSL | 293.57º | 0.8% | 0.41% | - |
| HSV(B) | 293.57º | 0.89% | 0.74% | - |
| XYZ | 26.25 | 12.87 | 49.24 | - |
| YUV | 85 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 189 | 0.10 | 0.89 | 0 | 0.26 | 293.57 | 0.8 | 0.41 |
| Hex | AB | 15 | BD | A | 59 | 0 | 1A | 126 | 50 | 29 |
| Octal | 253 | 25 | 275 | 12 | 131 | 0 | 32 | 446 | 120 | 51 |
| Binary | 10101011 | 10101 | 10111101 | 1010 | 1011001 | 0 | 11010 | 100100110 | 1010000 | 101001 |
Color Harmonies of #AB15BD
Complementary color
Monochromatic Colors of #AB15BD
Black with #AB15BD
Text Example
Text Example
White with #AB15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15BD; }
p { color: rgb(171,21,189); }
H1.HeaderClassName
{
color: #AB15BD;
}
.AnyTagClassName
{
color: #AB15BD;
}
</style>
background-color css
<style>
a { background-color: #AB15BD; }
a { background-color: rgb(171,21,189); }
div.DivClassName
{
background-color: #AB15BD;
}
.BgClassName
{
background-color: #AB15BD;
}
</style>
border-color css
<style>
span { border-color: #AB15BD; }
span { border-color: rgb(171,21,189); }
td.TdClassName
{
border-color: #AB15BD;
}
.TagClassName
{
border-color: #AB15BD;
}
</style>