Shades of Dark Violet #A00CCE
Tints of Dark Violet #A00CCE
RGB
CMYK
RGB Variations
Color information
#A00CCE (or 0xA00CCE) is known color: Dark Violet. HEX triplet: A0, 0C and CE. RGB value is (160,12,206). Sum of RGB (Red+Green+Blue) = 160+12+206=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #A00CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CCE is #5FF331. Grayscale: #4D4D4D. Windows color (decimal): -6288178 or 13503648. OLE color: 13503648.
HSL color Cylindrical-coordinate representation of color #A00CCE: hue angle of 285.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CCE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 12 | 206 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.19 |
| HSL | 285.77º | 0.89% | 0.43% | - |
| HSV(B) | 285.77º | 0.94% | 0.81% | - |
| XYZ | 25.77 | 12.19 | 59.39 | - |
| YUV | 78.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 206 | 0.22 | 0.94 | 0 | 0.19 | 285.77 | 0.89 | 0.43 |
| Hex | A0 | C | CE | 16 | 5E | 0 | 13 | 11E | 59 | 2B |
| Octal | 240 | 14 | 316 | 26 | 136 | 0 | 23 | 436 | 131 | 53 |
| Binary | 10100000 | 1100 | 11001110 | 10110 | 1011110 | 0 | 10011 | 100011110 | 1011001 | 101011 |
Color Harmonies of #A00CCE
Complementary color
Monochromatic Colors of #A00CCE
Black with #A00CCE
Text Example
Text Example
White with #A00CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CCE; }
p { color: rgb(160,12,206); }
H1.HeaderClassName
{
color: #A00CCE;
}
.AnyTagClassName
{
color: #A00CCE;
}
</style>
background-color css
<style>
a { background-color: #A00CCE; }
a { background-color: rgb(160,12,206); }
div.DivClassName
{
background-color: #A00CCE;
}
.BgClassName
{
background-color: #A00CCE;
}
</style>
border-color css
<style>
span { border-color: #A00CCE; }
span { border-color: rgb(160,12,206); }
td.TdClassName
{
border-color: #A00CCE;
}
.TagClassName
{
border-color: #A00CCE;
}
</style>