Shades of Dark Violet #A005CE
Tints of Dark Violet #A005CE
RGB
CMYK
RGB Variations
Color information
#A005CE (or 0xA005CE) is known color: Dark Violet. HEX triplet: A0, 05 and CE. RGB value is (160,5,206). Sum of RGB (Red+Green+Blue) = 160+5+206=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #A005CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005CE is #5FFA31. Grayscale: #494949. Windows color (decimal): -6289970 or 13501856. OLE color: 13501856.
HSL color Cylindrical-coordinate representation of color #A005CE: hue angle of 286.27º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005CE is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 5 | 206 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.19 |
| HSL | 286.27º | 0.95% | 0.41% | - |
| HSV(B) | 286.27º | 0.98% | 0.81% | - |
| XYZ | 25.69 | 12.04 | 59.36 | - |
| YUV | 74.26 | 202.35 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 206 | 0.22 | 0.98 | 0 | 0.19 | 286.27 | 0.95 | 0.41 |
| Hex | A0 | 5 | CE | 16 | 62 | 0 | 13 | 11E | 5F | 29 |
| Octal | 240 | 5 | 316 | 26 | 142 | 0 | 23 | 436 | 137 | 51 |
| Binary | 10100000 | 101 | 11001110 | 10110 | 1100010 | 0 | 10011 | 100011110 | 1011111 | 101001 |
Color Harmonies of #A005CE
Complementary color
Monochromatic Colors of #A005CE
Black with #A005CE
Text Example
Text Example
White with #A005CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005CE; }
p { color: rgb(160,5,206); }
H1.HeaderClassName
{
color: #A005CE;
}
.AnyTagClassName
{
color: #A005CE;
}
</style>
background-color css
<style>
a { background-color: #A005CE; }
a { background-color: rgb(160,5,206); }
div.DivClassName
{
background-color: #A005CE;
}
.BgClassName
{
background-color: #A005CE;
}
</style>
border-color css
<style>
span { border-color: #A005CE; }
span { border-color: rgb(160,5,206); }
td.TdClassName
{
border-color: #A005CE;
}
.TagClassName
{
border-color: #A005CE;
}
</style>