Shades of Dark Violet #A002E5
Tints of Dark Violet #A002E5
RGB
CMYK
RGB Variations
Color information
#A002E5 (or 0xA002E5) is known color: Dark Violet. HEX triplet: A0, 02 and E5. RGB value is (160,2,229). Sum of RGB (Red+Green+Blue) = 160+2+229=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #A002E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002E5 is #5FFD1A. Grayscale: #4A4A4A. Windows color (decimal): -6290715 or 15008416. OLE color: 15008416.
HSL color Cylindrical-coordinate representation of color #A002E5: hue angle of 281.76º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002E5 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 2 | 229 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.10 |
| HSL | 281.76º | 0.98% | 0.45% | - |
| HSV(B) | 281.76º | 0.99% | 0.9% | - |
| XYZ | 28.66 | 13.17 | 75.16 | - |
| YUV | 75.12 | 214.85 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 229 | 0.30 | 0.99 | 0 | 0.10 | 281.76 | 0.98 | 0.45 |
| Hex | A0 | 2 | E5 | 1E | 63 | 0 | A | 11A | 62 | 2D |
| Octal | 240 | 2 | 345 | 36 | 143 | 0 | 12 | 432 | 142 | 55 |
| Binary | 10100000 | 10 | 11100101 | 11110 | 1100011 | 0 | 1010 | 100011010 | 1100010 | 101101 |
Color Harmonies of #A002E5
Complementary color
Monochromatic Colors of #A002E5
Black with #A002E5
Text Example
Text Example
White with #A002E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002E5; }
p { color: rgb(160,2,229); }
H1.HeaderClassName
{
color: #A002E5;
}
.AnyTagClassName
{
color: #A002E5;
}
</style>
background-color css
<style>
a { background-color: #A002E5; }
a { background-color: rgb(160,2,229); }
div.DivClassName
{
background-color: #A002E5;
}
.BgClassName
{
background-color: #A002E5;
}
</style>
border-color css
<style>
span { border-color: #A002E5; }
span { border-color: rgb(160,2,229); }
td.TdClassName
{
border-color: #A002E5;
}
.TagClassName
{
border-color: #A002E5;
}
</style>