Shades of Dark Violet #A005EE
Tints of Dark Violet #A005EE
RGB
CMYK
RGB Variations
Color information
#A005EE (or 0xA005EE) is known color: Dark Violet. HEX triplet: A0, 05 and EE. RGB value is (160,5,238). Sum of RGB (Red+Green+Blue) = 160+5+238=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #A005EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005EE is #5FFA11. Grayscale: #4D4D4D. Windows color (decimal): -6289938 or 15599008. OLE color: 15599008.
HSL color Cylindrical-coordinate representation of color #A005EE: hue angle of 279.91º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005EE is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 5 | 238 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.07 |
| HSL | 279.91º | 0.96% | 0.48% | - |
| HSV(B) | 279.91º | 0.98% | 0.93% | - |
| XYZ | 29.98 | 13.76 | 81.96 | - |
| YUV | 77.91 | 218.35 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 238 | 0.33 | 0.98 | 0 | 0.07 | 279.91 | 0.96 | 0.48 |
| Hex | A0 | 5 | EE | 21 | 62 | 0 | 7 | 118 | 60 | 30 |
| Octal | 240 | 5 | 356 | 41 | 142 | 0 | 7 | 430 | 140 | 60 |
| Binary | 10100000 | 101 | 11101110 | 100001 | 1100010 | 0 | 111 | 100011000 | 1100000 | 110000 |
Color Harmonies of #A005EE
Complementary color
Monochromatic Colors of #A005EE
Black with #A005EE
Text Example
Text Example
White with #A005EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005EE; }
p { color: rgb(160,5,238); }
H1.HeaderClassName
{
color: #A005EE;
}
.AnyTagClassName
{
color: #A005EE;
}
</style>
background-color css
<style>
a { background-color: #A005EE; }
a { background-color: rgb(160,5,238); }
div.DivClassName
{
background-color: #A005EE;
}
.BgClassName
{
background-color: #A005EE;
}
</style>
border-color css
<style>
span { border-color: #A005EE; }
span { border-color: rgb(160,5,238); }
td.TdClassName
{
border-color: #A005EE;
}
.TagClassName
{
border-color: #A005EE;
}
</style>