Shades of Dark Violet #A00CDD
Tints of Dark Violet #A00CDD
RGB
CMYK
RGB Variations
Color information
#A00CDD (or 0xA00CDD) is known color: Dark Violet. HEX triplet: A0, 0C and DD. RGB value is (160,12,221). Sum of RGB (Red+Green+Blue) = 160+12+221=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #A00CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CDD is #5FF322. Grayscale: #4F4F4F. Windows color (decimal): -6288163 or 14486688. OLE color: 14486688.
HSL color Cylindrical-coordinate representation of color #A00CDD: hue angle of 282.49º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CDD is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 12 | 221 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.13 |
| HSL | 282.49º | 0.9% | 0.46% | - |
| HSV(B) | 282.49º | 0.95% | 0.87% | - |
| XYZ | 27.68 | 12.96 | 69.45 | - |
| YUV | 80.08 | 207.53 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 221 | 0.28 | 0.95 | 0 | 0.13 | 282.49 | 0.9 | 0.46 |
| Hex | A0 | C | DD | 1C | 5F | 0 | D | 11A | 5A | 2E |
| Octal | 240 | 14 | 335 | 34 | 137 | 0 | 15 | 432 | 132 | 56 |
| Binary | 10100000 | 1100 | 11011101 | 11100 | 1011111 | 0 | 1101 | 100011010 | 1011010 | 101110 |
Color Harmonies of #A00CDD
Complementary color
Monochromatic Colors of #A00CDD
Black with #A00CDD
Text Example
Text Example
White with #A00CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CDD; }
p { color: rgb(160,12,221); }
H1.HeaderClassName
{
color: #A00CDD;
}
.AnyTagClassName
{
color: #A00CDD;
}
</style>
background-color css
<style>
a { background-color: #A00CDD; }
a { background-color: rgb(160,12,221); }
div.DivClassName
{
background-color: #A00CDD;
}
.BgClassName
{
background-color: #A00CDD;
}
</style>
border-color css
<style>
span { border-color: #A00CDD; }
span { border-color: rgb(160,12,221); }
td.TdClassName
{
border-color: #A00CDD;
}
.TagClassName
{
border-color: #A00CDD;
}
</style>