Shades of Dark Violet #A502E5
Tints of Dark Violet #A502E5
RGB
CMYK
RGB Variations
Color information
#A502E5 (or 0xA502E5) is known color: Dark Violet. HEX triplet: A5, 02 and E5. RGB value is (165,2,229). Sum of RGB (Red+Green+Blue) = 165+2+229=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #A502E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502E5 is #5AFD1A. Grayscale: #4B4B4B. Windows color (decimal): -5963035 or 15008421. OLE color: 15008421.
HSL color Cylindrical-coordinate representation of color #A502E5: hue angle of 283.08º 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 #A502E5 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 2 | 229 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.10 |
| HSL | 283.08º | 0.98% | 0.45% | - |
| HSV(B) | 283.08º | 0.99% | 0.9% | - |
| XYZ | 29.68 | 13.7 | 75.21 | - |
| YUV | 76.62 | 214 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 229 | 0.28 | 0.99 | 0 | 0.10 | 283.08 | 0.98 | 0.45 |
| Hex | A5 | 2 | E5 | 1C | 63 | 0 | A | 11B | 62 | 2D |
| Octal | 245 | 2 | 345 | 34 | 143 | 0 | 12 | 433 | 142 | 55 |
| Binary | 10100101 | 10 | 11100101 | 11100 | 1100011 | 0 | 1010 | 100011011 | 1100010 | 101101 |
Color Harmonies of #A502E5
Complementary color
Monochromatic Colors of #A502E5
Black with #A502E5
Text Example
Text Example
White with #A502E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502E5; }
p { color: rgb(165,2,229); }
H1.HeaderClassName
{
color: #A502E5;
}
.AnyTagClassName
{
color: #A502E5;
}
</style>
background-color css
<style>
a { background-color: #A502E5; }
a { background-color: rgb(165,2,229); }
div.DivClassName
{
background-color: #A502E5;
}
.BgClassName
{
background-color: #A502E5;
}
</style>
border-color css
<style>
span { border-color: #A502E5; }
span { border-color: rgb(165,2,229); }
td.TdClassName
{
border-color: #A502E5;
}
.TagClassName
{
border-color: #A502E5;
}
</style>