Shades of Dark Violet #A502E6
Tints of Dark Violet #A502E6
RGB
CMYK
RGB Variations
Color information
#A502E6 (or 0xA502E6) is known color: Dark Violet. HEX triplet: A5, 02 and E6. RGB value is (165,2,230). Sum of RGB (Red+Green+Blue) = 165+2+230=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #A502E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502E6 is #5AFD19. Grayscale: #4B4B4B. Windows color (decimal): -5963034 or 15073957. OLE color: 15073957.
HSL color Cylindrical-coordinate representation of color #A502E6: hue angle of 282.89º 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 #A502E6 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 2 | 230 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.10 |
| HSL | 282.89º | 0.98% | 0.45% | - |
| HSV(B) | 282.89º | 0.99% | 0.9% | - |
| XYZ | 29.82 | 13.76 | 75.95 | - |
| YUV | 76.73 | 214.5 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 230 | 0.28 | 0.99 | 0 | 0.10 | 282.89 | 0.98 | 0.45 |
| Hex | A5 | 2 | E6 | 1C | 63 | 0 | A | 11B | 62 | 2D |
| Octal | 245 | 2 | 346 | 34 | 143 | 0 | 12 | 433 | 142 | 55 |
| Binary | 10100101 | 10 | 11100110 | 11100 | 1100011 | 0 | 1010 | 100011011 | 1100010 | 101101 |
Color Harmonies of #A502E6
Complementary color
Monochromatic Colors of #A502E6
Black with #A502E6
Text Example
Text Example
White with #A502E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502E6; }
p { color: rgb(165,2,230); }
H1.HeaderClassName
{
color: #A502E6;
}
.AnyTagClassName
{
color: #A502E6;
}
</style>
background-color css
<style>
a { background-color: #A502E6; }
a { background-color: rgb(165,2,230); }
div.DivClassName
{
background-color: #A502E6;
}
.BgClassName
{
background-color: #A502E6;
}
</style>
border-color css
<style>
span { border-color: #A502E6; }
span { border-color: rgb(165,2,230); }
td.TdClassName
{
border-color: #A502E6;
}
.TagClassName
{
border-color: #A502E6;
}
</style>