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