Shades of Dark Violet #A502E0
Tints of Dark Violet #A502E0
RGB
CMYK
RGB Variations
Color information
#A502E0 (or 0xA502E0) is known color: Dark Violet. HEX triplet: A5, 02 and E0. RGB value is (165,2,224). Sum of RGB (Red+Green+Blue) = 165+2+224=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #A502E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502E0 is #5AFD1F. Grayscale: #4B4B4B. Windows color (decimal): -5963040 or 14680741. OLE color: 14680741.
HSL color Cylindrical-coordinate representation of color #A502E0: hue angle of 284.05º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502E0 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 2 | 224 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.12 |
| HSL | 284.05º | 0.98% | 0.44% | - |
| HSV(B) | 284.05º | 0.99% | 0.88% | - |
| XYZ | 28.99 | 13.42 | 71.58 | - |
| YUV | 76.05 | 211.5 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 224 | 0.26 | 0.99 | 0 | 0.12 | 284.05 | 0.98 | 0.44 |
| Hex | A5 | 2 | E0 | 1A | 63 | 0 | C | 11C | 62 | 2C |
| Octal | 245 | 2 | 340 | 32 | 143 | 0 | 14 | 434 | 142 | 54 |
| Binary | 10100101 | 10 | 11100000 | 11010 | 1100011 | 0 | 1100 | 100011100 | 1100010 | 101100 |
Color Harmonies of #A502E0
Complementary color
Monochromatic Colors of #A502E0
Black with #A502E0
Text Example
Text Example
White with #A502E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502E0; }
p { color: rgb(165,2,224); }
H1.HeaderClassName
{
color: #A502E0;
}
.AnyTagClassName
{
color: #A502E0;
}
</style>
background-color css
<style>
a { background-color: #A502E0; }
a { background-color: rgb(165,2,224); }
div.DivClassName
{
background-color: #A502E0;
}
.BgClassName
{
background-color: #A502E0;
}
</style>
border-color css
<style>
span { border-color: #A502E0; }
span { border-color: rgb(165,2,224); }
td.TdClassName
{
border-color: #A502E0;
}
.TagClassName
{
border-color: #A502E0;
}
</style>