Shades of Dark Violet #AB04E3
Tints of Dark Violet #AB04E3
RGB
CMYK
RGB Variations
Color information
#AB04E3 (or 0xAB04E3) is known color: Dark Violet. HEX triplet: AB, 04 and E3. RGB value is (171,4,227). Sum of RGB (Red+Green+Blue) = 171+4+227=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 227 (89.06% from 255 or 56.47% from 402); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB04E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04E3 is #54FB1C. Grayscale: #4E4E4E. Windows color (decimal): -5569309 or 14877867. OLE color: 14877867.
HSL color Cylindrical-coordinate representation of color #AB04E3: hue angle of 284.93º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04E3 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 4 | 227 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.11 |
| HSL | 284.93º | 0.97% | 0.45% | - |
| HSV(B) | 284.93º | 0.98% | 0.89% | - |
| XYZ | 30.7 | 14.29 | 73.81 | - |
| YUV | 79.36 | 211.33 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 227 | 0.25 | 0.98 | 0 | 0.11 | 284.93 | 0.97 | 0.45 |
| Hex | AB | 4 | E3 | 19 | 62 | 0 | B | 11D | 61 | 2D |
| Octal | 253 | 4 | 343 | 31 | 142 | 0 | 13 | 435 | 141 | 55 |
| Binary | 10101011 | 100 | 11100011 | 11001 | 1100010 | 0 | 1011 | 100011101 | 1100001 | 101101 |
Color Harmonies of #AB04E3
Complementary color
Monochromatic Colors of #AB04E3
Black with #AB04E3
Text Example
Text Example
White with #AB04E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04E3; }
p { color: rgb(171,4,227); }
H1.HeaderClassName
{
color: #AB04E3;
}
.AnyTagClassName
{
color: #AB04E3;
}
</style>
background-color css
<style>
a { background-color: #AB04E3; }
a { background-color: rgb(171,4,227); }
div.DivClassName
{
background-color: #AB04E3;
}
.BgClassName
{
background-color: #AB04E3;
}
</style>
border-color css
<style>
span { border-color: #AB04E3; }
span { border-color: rgb(171,4,227); }
td.TdClassName
{
border-color: #AB04E3;
}
.TagClassName
{
border-color: #AB04E3;
}
</style>