Shades of Dark Violet #AB15CD
Tints of Dark Violet #AB15CD
RGB
CMYK
RGB Variations
Color information
#AB15CD (or 0xAB15CD) is known color: Dark Violet. HEX triplet: AB, 15 and CD. RGB value is (171,21,205). Sum of RGB (Red+Green+Blue) = 171+21+205=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB15CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15CD is #54EA32. Grayscale: #565656. Windows color (decimal): -5564979 or 13440427. OLE color: 13440427.
HSL color Cylindrical-coordinate representation of color #AB15CD: hue angle of 288.91º 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 #AB15CD is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 21 | 205 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.20 |
| HSL | 288.91º | 0.81% | 0.44% | - |
| HSV(B) | 288.91º | 0.9% | 0.8% | - |
| XYZ | 28.08 | 13.6 | 58.9 | - |
| YUV | 86.83 | 194.7 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 205 | 0.17 | 0.90 | 0 | 0.20 | 288.91 | 0.81 | 0.44 |
| Hex | AB | 15 | CD | 11 | 5A | 0 | 14 | 121 | 51 | 2C |
| Octal | 253 | 25 | 315 | 21 | 132 | 0 | 24 | 441 | 121 | 54 |
| Binary | 10101011 | 10101 | 11001101 | 10001 | 1011010 | 0 | 10100 | 100100001 | 1010001 | 101100 |
Color Harmonies of #AB15CD
Complementary color
Monochromatic Colors of #AB15CD
Black with #AB15CD
Text Example
Text Example
White with #AB15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15CD; }
p { color: rgb(171,21,205); }
H1.HeaderClassName
{
color: #AB15CD;
}
.AnyTagClassName
{
color: #AB15CD;
}
</style>
background-color css
<style>
a { background-color: #AB15CD; }
a { background-color: rgb(171,21,205); }
div.DivClassName
{
background-color: #AB15CD;
}
.BgClassName
{
background-color: #AB15CD;
}
</style>
border-color css
<style>
span { border-color: #AB15CD; }
span { border-color: rgb(171,21,205); }
td.TdClassName
{
border-color: #AB15CD;
}
.TagClassName
{
border-color: #AB15CD;
}
</style>