Shades of Dark Violet #A00CCD
Tints of Dark Violet #A00CCD
RGB
CMYK
RGB Variations
Color information
#A00CCD (or 0xA00CCD) is known color: Dark Violet. HEX triplet: A0, 0C and CD. RGB value is (160,12,205). Sum of RGB (Red+Green+Blue) = 160+12+205=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #A00CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CCD is #5FF332. Grayscale: #4D4D4D. Windows color (decimal): -6288179 or 13438112. OLE color: 13438112.
HSL color Cylindrical-coordinate representation of color #A00CCD: hue angle of 286.01º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CCD is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 12 | 205 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.20 |
| HSL | 286.01º | 0.89% | 0.43% | - |
| HSV(B) | 286.01º | 0.94% | 0.8% | - |
| XYZ | 25.65 | 12.14 | 58.75 | - |
| YUV | 78.25 | 199.53 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 205 | 0.22 | 0.94 | 0 | 0.20 | 286.01 | 0.89 | 0.43 |
| Hex | A0 | C | CD | 16 | 5E | 0 | 14 | 11E | 59 | 2B |
| Octal | 240 | 14 | 315 | 26 | 136 | 0 | 24 | 436 | 131 | 53 |
| Binary | 10100000 | 1100 | 11001101 | 10110 | 1011110 | 0 | 10100 | 100011110 | 1011001 | 101011 |
Color Harmonies of #A00CCD
Complementary color
Monochromatic Colors of #A00CCD
Black with #A00CCD
Text Example
Text Example
White with #A00CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CCD; }
p { color: rgb(160,12,205); }
H1.HeaderClassName
{
color: #A00CCD;
}
.AnyTagClassName
{
color: #A00CCD;
}
</style>
background-color css
<style>
a { background-color: #A00CCD; }
a { background-color: rgb(160,12,205); }
div.DivClassName
{
background-color: #A00CCD;
}
.BgClassName
{
background-color: #A00CCD;
}
</style>
border-color css
<style>
span { border-color: #A00CCD; }
span { border-color: rgb(160,12,205); }
td.TdClassName
{
border-color: #A00CCD;
}
.TagClassName
{
border-color: #A00CCD;
}
</style>