Shades of Dark Violet #A000CE
Tints of Dark Violet #A000CE
RGB
CMYK
RGB Variations
Color information
#A000CE (or 0xA000CE) is known color: Dark Violet. HEX triplet: A0, 00 and CE. RGB value is (160,0,206). Sum of RGB (Red+Green+Blue) = 160+0+206=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #A000CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000CE is #5FFF31. Grayscale: #464646. Windows color (decimal): -6291250 or 13500576. OLE color: 13500576.
HSL color Cylindrical-coordinate representation of color #A000CE: hue angle of 286.6º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000CE is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 0 | 206 | - |
| CMYK | 0.22 | 1 | 0 | 0.19 |
| HSL | 286.6º | 1% | 0.4% | - |
| HSV(B) | 286.6º | 1% | 0.81% | - |
| XYZ | 25.64 | 11.93 | 59.34 | - |
| YUV | 71.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 206 | 0.22 | 1 | 0 | 0.19 | 286.6 | 1 | 0.4 |
| Hex | A0 | 0 | CE | 16 | 64 | 0 | 13 | 11F | 64 | 28 |
| Octal | 240 | 0 | 316 | 26 | 144 | 0 | 23 | 437 | 144 | 50 |
| Binary | 10100000 | 0 | 11001110 | 10110 | 1100100 | 0 | 10011 | 100011111 | 1100100 | 101000 |
Color Harmonies of #A000CE
Complementary color
Monochromatic Colors of #A000CE
Black with #A000CE
Text Example
Text Example
White with #A000CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000CE; }
p { color: rgb(160,0,206); }
H1.HeaderClassName
{
color: #A000CE;
}
.AnyTagClassName
{
color: #A000CE;
}
</style>
background-color css
<style>
a { background-color: #A000CE; }
a { background-color: rgb(160,0,206); }
div.DivClassName
{
background-color: #A000CE;
}
.BgClassName
{
background-color: #A000CE;
}
</style>
border-color css
<style>
span { border-color: #A000CE; }
span { border-color: rgb(160,0,206); }
td.TdClassName
{
border-color: #A000CE;
}
.TagClassName
{
border-color: #A000CE;
}
</style>