Shades of Dark Violet #AB15BC
Tints of Dark Violet #AB15BC
RGB
CMYK
RGB Variations
Color information
#AB15BC (or 0xAB15BC) is known color: Dark Violet. HEX triplet: AB, 15 and BC. RGB value is (171,21,188). Sum of RGB (Red+Green+Blue) = 171+21+188=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB15BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15BC is #54EA43. Grayscale: #545454. Windows color (decimal): -5564996 or 12326315. OLE color: 12326315.
HSL color Cylindrical-coordinate representation of color #AB15BC: hue angle of 293.89º 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 #AB15BC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 21 | 188 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.26 |
| HSL | 293.89º | 0.8% | 0.41% | - |
| HSV(B) | 293.89º | 0.89% | 0.74% | - |
| XYZ | 26.14 | 12.83 | 48.67 | - |
| YUV | 84.89 | 186.2 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 188 | 0.09 | 0.89 | 0 | 0.26 | 293.89 | 0.8 | 0.41 |
| Hex | AB | 15 | BC | 9 | 59 | 0 | 1A | 126 | 50 | 29 |
| Octal | 253 | 25 | 274 | 11 | 131 | 0 | 32 | 446 | 120 | 51 |
| Binary | 10101011 | 10101 | 10111100 | 1001 | 1011001 | 0 | 11010 | 100100110 | 1010000 | 101001 |
Color Harmonies of #AB15BC
Complementary color
Monochromatic Colors of #AB15BC
Black with #AB15BC
Text Example
Text Example
White with #AB15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15BC; }
p { color: rgb(171,21,188); }
H1.HeaderClassName
{
color: #AB15BC;
}
.AnyTagClassName
{
color: #AB15BC;
}
</style>
background-color css
<style>
a { background-color: #AB15BC; }
a { background-color: rgb(171,21,188); }
div.DivClassName
{
background-color: #AB15BC;
}
.BgClassName
{
background-color: #AB15BC;
}
</style>
border-color css
<style>
span { border-color: #AB15BC; }
span { border-color: rgb(171,21,188); }
td.TdClassName
{
border-color: #AB15BC;
}
.TagClassName
{
border-color: #AB15BC;
}
</style>