Shades of Dark Violet #A005EF
Tints of Dark Violet #A005EF
RGB
CMYK
RGB Variations
Color information
#A005EF (or 0xA005EF) is known color: Dark Violet. HEX triplet: A0, 05 and EF. RGB value is (160,5,239). Sum of RGB (Red+Green+Blue) = 160+5+239=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #A005EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005EF is #5FFA10. Grayscale: #4D4D4D. Windows color (decimal): -6289937 or 15664544. OLE color: 15664544.
HSL color Cylindrical-coordinate representation of color #A005EF: hue angle of 279.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005EF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 5 | 239 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.06 |
| HSL | 279.74º | 0.96% | 0.48% | - |
| HSV(B) | 279.74º | 0.98% | 0.94% | - |
| XYZ | 30.13 | 13.81 | 82.74 | - |
| YUV | 78.02 | 218.85 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 239 | 0.33 | 0.98 | 0 | 0.06 | 279.74 | 0.96 | 0.48 |
| Hex | A0 | 5 | EF | 21 | 62 | 0 | 6 | 118 | 60 | 30 |
| Octal | 240 | 5 | 357 | 41 | 142 | 0 | 6 | 430 | 140 | 60 |
| Binary | 10100000 | 101 | 11101111 | 100001 | 1100010 | 0 | 110 | 100011000 | 1100000 | 110000 |
Color Harmonies of #A005EF
Complementary color
Monochromatic Colors of #A005EF
Black with #A005EF
Text Example
Text Example
White with #A005EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005EF; }
p { color: rgb(160,5,239); }
H1.HeaderClassName
{
color: #A005EF;
}
.AnyTagClassName
{
color: #A005EF;
}
</style>
background-color css
<style>
a { background-color: #A005EF; }
a { background-color: rgb(160,5,239); }
div.DivClassName
{
background-color: #A005EF;
}
.BgClassName
{
background-color: #A005EF;
}
</style>
border-color css
<style>
span { border-color: #A005EF; }
span { border-color: rgb(160,5,239); }
td.TdClassName
{
border-color: #A005EF;
}
.TagClassName
{
border-color: #A005EF;
}
</style>