Shades of Dark Violet #AB15CC
Tints of Dark Violet #AB15CC
RGB
CMYK
RGB Variations
Color information
#AB15CC (or 0xAB15CC) is known color: Dark Violet. HEX triplet: AB, 15 and CC. RGB value is (171,21,204). Sum of RGB (Red+Green+Blue) = 171+21+204=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB15CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15CC is #54EA33. Grayscale: #565656. Windows color (decimal): -5564980 or 13374891. OLE color: 13374891.
HSL color Cylindrical-coordinate representation of color #AB15CC: hue angle of 289.18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB15CC is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 21 | 204 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.2 |
| HSL | 289.18º | 0.81% | 0.44% | - |
| HSV(B) | 289.18º | 0.9% | 0.8% | - |
| XYZ | 27.96 | 13.55 | 58.27 | - |
| YUV | 86.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 204 | 0.16 | 0.90 | 0 | 0.2 | 289.18 | 0.81 | 0.44 |
| Hex | AB | 15 | CC | 10 | 5A | 0 | 14 | 121 | 51 | 2C |
| Octal | 253 | 25 | 314 | 20 | 132 | 0 | 24 | 441 | 121 | 54 |
| Binary | 10101011 | 10101 | 11001100 | 10000 | 1011010 | 0 | 10100 | 100100001 | 1010001 | 101100 |
Color Harmonies of #AB15CC
Complementary color
Monochromatic Colors of #AB15CC
Black with #AB15CC
Text Example
Text Example
White with #AB15CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15CC; }
p { color: rgb(171,21,204); }
H1.HeaderClassName
{
color: #AB15CC;
}
.AnyTagClassName
{
color: #AB15CC;
}
</style>
background-color css
<style>
a { background-color: #AB15CC; }
a { background-color: rgb(171,21,204); }
div.DivClassName
{
background-color: #AB15CC;
}
.BgClassName
{
background-color: #AB15CC;
}
</style>
border-color css
<style>
span { border-color: #AB15CC; }
span { border-color: rgb(171,21,204); }
td.TdClassName
{
border-color: #AB15CC;
}
.TagClassName
{
border-color: #AB15CC;
}
</style>