Shades of Dark Violet #A005ED
Tints of Dark Violet #A005ED
RGB
CMYK
RGB Variations
Color information
#A005ED (or 0xA005ED) is known color: Dark Violet. HEX triplet: A0, 05 and ED. RGB value is (160,5,237). Sum of RGB (Red+Green+Blue) = 160+5+237=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #A005ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005ED is #5FFA12. Grayscale: #4D4D4D. Windows color (decimal): -6289939 or 15533472. OLE color: 15533472.
HSL color Cylindrical-coordinate representation of color #A005ED: hue angle of 280.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005ED is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 5 | 237 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.07 |
| HSL | 280.09º | 0.96% | 0.47% | - |
| HSV(B) | 280.09º | 0.98% | 0.93% | - |
| XYZ | 29.84 | 13.7 | 81.19 | - |
| YUV | 77.79 | 217.85 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 237 | 0.32 | 0.98 | 0 | 0.07 | 280.09 | 0.96 | 0.47 |
| Hex | A0 | 5 | ED | 20 | 62 | 0 | 7 | 118 | 60 | 2F |
| Octal | 240 | 5 | 355 | 40 | 142 | 0 | 7 | 430 | 140 | 57 |
| Binary | 10100000 | 101 | 11101101 | 100000 | 1100010 | 0 | 111 | 100011000 | 1100000 | 101111 |
Color Harmonies of #A005ED
Complementary color
Monochromatic Colors of #A005ED
Black with #A005ED
Text Example
Text Example
White with #A005ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005ED; }
p { color: rgb(160,5,237); }
H1.HeaderClassName
{
color: #A005ED;
}
.AnyTagClassName
{
color: #A005ED;
}
</style>
background-color css
<style>
a { background-color: #A005ED; }
a { background-color: rgb(160,5,237); }
div.DivClassName
{
background-color: #A005ED;
}
.BgClassName
{
background-color: #A005ED;
}
</style>
border-color css
<style>
span { border-color: #A005ED; }
span { border-color: rgb(160,5,237); }
td.TdClassName
{
border-color: #A005ED;
}
.TagClassName
{
border-color: #A005ED;
}
</style>