Shades of Dark Violet #A00CED
Tints of Dark Violet #A00CED
RGB
CMYK
RGB Variations
Color information
#A00CED (or 0xA00CED) is known color: Dark Violet. HEX triplet: A0, 0C and ED. RGB value is (160,12,237). Sum of RGB (Red+Green+Blue) = 160+12+237=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #A00CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A00CED is #5FF312. Grayscale: #515151. Windows color (decimal): -6288147 or 15535264. OLE color: 15535264.
HSL color Cylindrical-coordinate representation of color #A00CED: hue angle of 279.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CED is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 12 | 237 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.07 |
| HSL | 279.47º | 0.9% | 0.49% | - |
| HSV(B) | 279.47º | 0.95% | 0.93% | - |
| XYZ | 29.91 | 13.85 | 81.22 | - |
| YUV | 81.9 | 215.53 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 237 | 0.32 | 0.95 | 0 | 0.07 | 279.47 | 0.9 | 0.49 |
| Hex | A0 | C | ED | 20 | 5F | 0 | 7 | 117 | 5A | 31 |
| Octal | 240 | 14 | 355 | 40 | 137 | 0 | 7 | 427 | 132 | 61 |
| Binary | 10100000 | 1100 | 11101101 | 100000 | 1011111 | 0 | 111 | 100010111 | 1011010 | 110001 |
Color Harmonies of #A00CED
Complementary color
Monochromatic Colors of #A00CED
Black with #A00CED
Text Example
Text Example
White with #A00CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CED; }
p { color: rgb(160,12,237); }
H1.HeaderClassName
{
color: #A00CED;
}
.AnyTagClassName
{
color: #A00CED;
}
</style>
background-color css
<style>
a { background-color: #A00CED; }
a { background-color: rgb(160,12,237); }
div.DivClassName
{
background-color: #A00CED;
}
.BgClassName
{
background-color: #A00CED;
}
</style>
border-color css
<style>
span { border-color: #A00CED; }
span { border-color: rgb(160,12,237); }
td.TdClassName
{
border-color: #A00CED;
}
.TagClassName
{
border-color: #A00CED;
}
</style>