Shades of Dark Violet #A502ED
Tints of Dark Violet #A502ED
RGB
CMYK
RGB Variations
Color information
#A502ED (or 0xA502ED) is known color: Dark Violet. HEX triplet: A5, 02 and ED. RGB value is (165,2,237). Sum of RGB (Red+Green+Blue) = 165+2+237=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #A502ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502ED is #5AFD12. Grayscale: #4C4C4C. Windows color (decimal): -5963027 or 15532709. OLE color: 15532709.
HSL color Cylindrical-coordinate representation of color #A502ED: hue angle of 281.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502ED is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 2 | 237 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.07 |
| HSL | 281.62º | 0.98% | 0.47% | - |
| HSV(B) | 281.62º | 0.99% | 0.93% | - |
| XYZ | 30.82 | 14.16 | 81.23 | - |
| YUV | 77.53 | 218 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 237 | 0.30 | 0.99 | 0 | 0.07 | 281.62 | 0.98 | 0.47 |
| Hex | A5 | 2 | ED | 1E | 63 | 0 | 7 | 11A | 62 | 2F |
| Octal | 245 | 2 | 355 | 36 | 143 | 0 | 7 | 432 | 142 | 57 |
| Binary | 10100101 | 10 | 11101101 | 11110 | 1100011 | 0 | 111 | 100011010 | 1100010 | 101111 |
Color Harmonies of #A502ED
Complementary color
Monochromatic Colors of #A502ED
Black with #A502ED
Text Example
Text Example
White with #A502ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502ED; }
p { color: rgb(165,2,237); }
H1.HeaderClassName
{
color: #A502ED;
}
.AnyTagClassName
{
color: #A502ED;
}
</style>
background-color css
<style>
a { background-color: #A502ED; }
a { background-color: rgb(165,2,237); }
div.DivClassName
{
background-color: #A502ED;
}
.BgClassName
{
background-color: #A502ED;
}
</style>
border-color css
<style>
span { border-color: #A502ED; }
span { border-color: rgb(165,2,237); }
td.TdClassName
{
border-color: #A502ED;
}
.TagClassName
{
border-color: #A502ED;
}
</style>