Shades of Dark Violet #AB15D4
Tints of Dark Violet #AB15D4
RGB
CMYK
RGB Variations
Color information
#AB15D4 (or 0xAB15D4) is known color: Dark Violet. HEX triplet: AB, 15 and D4. RGB value is (171,21,212). Sum of RGB (Red+Green+Blue) = 171+21+212=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB15D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15D4 is #54EA2B. Grayscale: #575757. Windows color (decimal): -5564972 or 13899179. OLE color: 13899179.
HSL color Cylindrical-coordinate representation of color #AB15D4: hue angle of 287.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB15D4 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 21 | 212 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.17 |
| HSL | 287.12º | 0.82% | 0.46% | - |
| HSV(B) | 287.12º | 0.9% | 0.83% | - |
| XYZ | 28.95 | 13.95 | 63.45 | - |
| YUV | 87.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 212 | 0.19 | 0.90 | 0 | 0.17 | 287.12 | 0.82 | 0.46 |
| Hex | AB | 15 | D4 | 13 | 5A | 0 | 11 | 11F | 52 | 2E |
| Octal | 253 | 25 | 324 | 23 | 132 | 0 | 21 | 437 | 122 | 56 |
| Binary | 10101011 | 10101 | 11010100 | 10011 | 1011010 | 0 | 10001 | 100011111 | 1010010 | 101110 |
Color Harmonies of #AB15D4
Complementary color
Monochromatic Colors of #AB15D4
Black with #AB15D4
Text Example
Text Example
White with #AB15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15D4; }
p { color: rgb(171,21,212); }
H1.HeaderClassName
{
color: #AB15D4;
}
.AnyTagClassName
{
color: #AB15D4;
}
</style>
background-color css
<style>
a { background-color: #AB15D4; }
a { background-color: rgb(171,21,212); }
div.DivClassName
{
background-color: #AB15D4;
}
.BgClassName
{
background-color: #AB15D4;
}
</style>
border-color css
<style>
span { border-color: #AB15D4; }
span { border-color: rgb(171,21,212); }
td.TdClassName
{
border-color: #AB15D4;
}
.TagClassName
{
border-color: #AB15D4;
}
</style>