Shades of Dark Violet #A902E5
Tints of Dark Violet #A902E5
RGB
CMYK
RGB Variations
Color information
#A902E5 (or 0xA902E5) is known color: Dark Violet. HEX triplet: A9, 02 and E5. RGB value is (169,2,229). Sum of RGB (Red+Green+Blue) = 169+2+229=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #A902E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A902E5 is #56FD1A. Grayscale: #4D4D4D. Windows color (decimal): -5700891 or 15008425. OLE color: 15008425.
HSL color Cylindrical-coordinate representation of color #A902E5: hue angle of 284.14º 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 #A902E5 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 2 | 229 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.10 |
| HSL | 284.14º | 0.98% | 0.45% | - |
| HSV(B) | 284.14º | 0.99% | 0.9% | - |
| XYZ | 30.53 | 14.14 | 75.25 | - |
| YUV | 77.81 | 213.33 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 229 | 0.26 | 0.99 | 0 | 0.10 | 284.14 | 0.98 | 0.45 |
| Hex | A9 | 2 | E5 | 1A | 63 | 0 | A | 11C | 62 | 2D |
| Octal | 251 | 2 | 345 | 32 | 143 | 0 | 12 | 434 | 142 | 55 |
| Binary | 10101001 | 10 | 11100101 | 11010 | 1100011 | 0 | 1010 | 100011100 | 1100010 | 101101 |
Color Harmonies of #A902E5
Complementary color
Monochromatic Colors of #A902E5
Black with #A902E5
Text Example
Text Example
White with #A902E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A902E5; }
p { color: rgb(169,2,229); }
H1.HeaderClassName
{
color: #A902E5;
}
.AnyTagClassName
{
color: #A902E5;
}
</style>
background-color css
<style>
a { background-color: #A902E5; }
a { background-color: rgb(169,2,229); }
div.DivClassName
{
background-color: #A902E5;
}
.BgClassName
{
background-color: #A902E5;
}
</style>
border-color css
<style>
span { border-color: #A902E5; }
span { border-color: rgb(169,2,229); }
td.TdClassName
{
border-color: #A902E5;
}
.TagClassName
{
border-color: #A902E5;
}
</style>