Shades of Dark Violet #AB0FDA
Tints of Dark Violet #AB0FDA
RGB
CMYK
RGB Variations
Color information
#AB0FDA (or 0xAB0FDA) is known color: Dark Violet. HEX triplet: AB, 0F and DA. RGB value is (171,15,218). Sum of RGB (Red+Green+Blue) = 171+15+218=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB0FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0FDA is #54F025. Grayscale: #545454. Windows color (decimal): -5566502 or 14290859. OLE color: 14290859.
HSL color Cylindrical-coordinate representation of color #AB0FDA: hue angle of 286.11º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0FDA is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 15 | 218 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.15 |
| HSL | 286.11º | 0.87% | 0.46% | - |
| HSV(B) | 286.11º | 0.93% | 0.85% | - |
| XYZ | 29.62 | 14.06 | 67.48 | - |
| YUV | 84.79 | 203.18 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 218 | 0.22 | 0.93 | 0 | 0.15 | 286.11 | 0.87 | 0.46 |
| Hex | AB | F | DA | 16 | 5D | 0 | F | 11E | 57 | 2E |
| Octal | 253 | 17 | 332 | 26 | 135 | 0 | 17 | 436 | 127 | 56 |
| Binary | 10101011 | 1111 | 11011010 | 10110 | 1011101 | 0 | 1111 | 100011110 | 1010111 | 101110 |
Color Harmonies of #AB0FDA
Complementary color
Monochromatic Colors of #AB0FDA
Black with #AB0FDA
Text Example
Text Example
White with #AB0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FDA; }
p { color: rgb(171,15,218); }
H1.HeaderClassName
{
color: #AB0FDA;
}
.AnyTagClassName
{
color: #AB0FDA;
}
</style>
background-color css
<style>
a { background-color: #AB0FDA; }
a { background-color: rgb(171,15,218); }
div.DivClassName
{
background-color: #AB0FDA;
}
.BgClassName
{
background-color: #AB0FDA;
}
</style>
border-color css
<style>
span { border-color: #AB0FDA; }
span { border-color: rgb(171,15,218); }
td.TdClassName
{
border-color: #AB0FDA;
}
.TagClassName
{
border-color: #AB0FDA;
}
</style>