Shades of Dark Violet #AB01D5
Tints of Dark Violet #AB01D5
RGB
CMYK
RGB Variations
Color information
#AB01D5 (or 0xAB01D5) is known color: Dark Violet. HEX triplet: AB, 01 and D5. RGB value is (171,1,213). Sum of RGB (Red+Green+Blue) = 171+1+213=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB01D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01D5 is #54FE2A. Grayscale: #4B4B4B. Windows color (decimal): -5570091 or 13959595. OLE color: 13959595.
HSL color Cylindrical-coordinate representation of color #AB01D5: hue angle of 288.11º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01D5 is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 1 | 213 | - |
| CMYK | 0.20 | 1.00 | 0 | 0.16 |
| HSL | 288.11º | 0.99% | 0.42% | - |
| HSV(B) | 288.11º | 1% | 0.84% | - |
| XYZ | 28.82 | 13.48 | 64.03 | - |
| YUV | 76 | 205.32 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 213 | 0.20 | 1.00 | 0 | 0.16 | 288.11 | 0.99 | 0.42 |
| Hex | AB | 1 | D5 | 14 | 64 | 0 | 10 | 120 | 63 | 2A |
| Octal | 253 | 1 | 325 | 24 | 144 | 0 | 20 | 440 | 143 | 52 |
| Binary | 10101011 | 1 | 11010101 | 10100 | 1100100 | 0 | 10000 | 100100000 | 1100011 | 101010 |
Color Harmonies of #AB01D5
Complementary color
Monochromatic Colors of #AB01D5
Black with #AB01D5
Text Example
Text Example
White with #AB01D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01D5; }
p { color: rgb(171,1,213); }
H1.HeaderClassName
{
color: #AB01D5;
}
.AnyTagClassName
{
color: #AB01D5;
}
</style>
background-color css
<style>
a { background-color: #AB01D5; }
a { background-color: rgb(171,1,213); }
div.DivClassName
{
background-color: #AB01D5;
}
.BgClassName
{
background-color: #AB01D5;
}
</style>
border-color css
<style>
span { border-color: #AB01D5; }
span { border-color: rgb(171,1,213); }
td.TdClassName
{
border-color: #AB01D5;
}
.TagClassName
{
border-color: #AB01D5;
}
</style>