Shades of Dark Violet #AB15C1
Tints of Dark Violet #AB15C1
RGB
CMYK
RGB Variations
Color information
#AB15C1 (or 0xAB15C1) is known color: Dark Violet. HEX triplet: AB, 15 and C1. RGB value is (171,21,193). Sum of RGB (Red+Green+Blue) = 171+21+193=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB15C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15C1 is #54EA3E. Grayscale: #545454. Windows color (decimal): -5564991 or 12653995. OLE color: 12653995.
HSL color Cylindrical-coordinate representation of color #AB15C1: hue angle of 292.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB15C1 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 21 | 193 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.24 |
| HSL | 292.33º | 0.8% | 0.42% | - |
| HSV(B) | 292.33º | 0.89% | 0.76% | - |
| XYZ | 26.69 | 13.04 | 51.56 | - |
| YUV | 85.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 193 | 0.11 | 0.89 | 0 | 0.24 | 292.33 | 0.8 | 0.42 |
| Hex | AB | 15 | C1 | B | 59 | 0 | 18 | 124 | 50 | 2A |
| Octal | 253 | 25 | 301 | 13 | 131 | 0 | 30 | 444 | 120 | 52 |
| Binary | 10101011 | 10101 | 11000001 | 1011 | 1011001 | 0 | 11000 | 100100100 | 1010000 | 101010 |
Color Harmonies of #AB15C1
Complementary color
Monochromatic Colors of #AB15C1
Black with #AB15C1
Text Example
Text Example
White with #AB15C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15C1; }
p { color: rgb(171,21,193); }
H1.HeaderClassName
{
color: #AB15C1;
}
.AnyTagClassName
{
color: #AB15C1;
}
</style>
background-color css
<style>
a { background-color: #AB15C1; }
a { background-color: rgb(171,21,193); }
div.DivClassName
{
background-color: #AB15C1;
}
.BgClassName
{
background-color: #AB15C1;
}
</style>
border-color css
<style>
span { border-color: #AB15C1; }
span { border-color: rgb(171,21,193); }
td.TdClassName
{
border-color: #AB15C1;
}
.TagClassName
{
border-color: #AB15C1;
}
</style>