Shades of Dark Violet #AB01DA
Tints of Dark Violet #AB01DA
RGB
CMYK
RGB Variations
Color information
#AB01DA (or 0xAB01DA) is known color: Dark Violet. HEX triplet: AB, 01 and DA. RGB value is (171,1,218). Sum of RGB (Red+Green+Blue) = 171+1+218=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB01DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01DA is #54FE25. Grayscale: #4B4B4B. Windows color (decimal): -5570086 or 14287275. OLE color: 14287275.
HSL color Cylindrical-coordinate representation of color #AB01DA: hue angle of 287º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01DA is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 1 | 218 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.15 |
| HSL | 287º | 0.99% | 0.43% | - |
| HSV(B) | 287º | 1% | 0.85% | - |
| XYZ | 29.46 | 13.74 | 67.43 | - |
| YUV | 76.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 218 | 0.22 | 1.00 | 0 | 0.15 | 287 | 0.99 | 0.43 |
| Hex | AB | 1 | DA | 16 | 64 | 0 | F | 11F | 63 | 2B |
| Octal | 253 | 1 | 332 | 26 | 144 | 0 | 17 | 437 | 143 | 53 |
| Binary | 10101011 | 1 | 11011010 | 10110 | 1100100 | 0 | 1111 | 100011111 | 1100011 | 101011 |
Color Harmonies of #AB01DA
Complementary color
Monochromatic Colors of #AB01DA
Black with #AB01DA
Text Example
Text Example
White with #AB01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01DA; }
p { color: rgb(171,1,218); }
H1.HeaderClassName
{
color: #AB01DA;
}
.AnyTagClassName
{
color: #AB01DA;
}
</style>
background-color css
<style>
a { background-color: #AB01DA; }
a { background-color: rgb(171,1,218); }
div.DivClassName
{
background-color: #AB01DA;
}
.BgClassName
{
background-color: #AB01DA;
}
</style>
border-color css
<style>
span { border-color: #AB01DA; }
span { border-color: rgb(171,1,218); }
td.TdClassName
{
border-color: #AB01DA;
}
.TagClassName
{
border-color: #AB01DA;
}
</style>