Shades of Dark Violet #A00CBE
Tints of Dark Violet #A00CBE
RGB
CMYK
RGB Variations
Color information
#A00CBE (or 0xA00CBE) is known color: Dark Violet. HEX triplet: A0, 0C and BE. RGB value is (160,12,190). Sum of RGB (Red+Green+Blue) = 160+12+190=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #A00CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CBE is #5FF341. Grayscale: #4B4B4B. Windows color (decimal): -6288194 or 12455072. OLE color: 12455072.
HSL color Cylindrical-coordinate representation of color #A00CBE: hue angle of 289.89º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CBE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 12 | 190 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.25 |
| HSL | 289.89º | 0.88% | 0.4% | - |
| HSV(B) | 289.89º | 0.94% | 0.75% | - |
| XYZ | 23.92 | 11.45 | 49.67 | - |
| YUV | 76.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 190 | 0.16 | 0.94 | 0 | 0.25 | 289.89 | 0.88 | 0.4 |
| Hex | A0 | C | BE | 10 | 5E | 0 | 19 | 122 | 58 | 28 |
| Octal | 240 | 14 | 276 | 20 | 136 | 0 | 31 | 442 | 130 | 50 |
| Binary | 10100000 | 1100 | 10111110 | 10000 | 1011110 | 0 | 11001 | 100100010 | 1011000 | 101000 |
Color Harmonies of #A00CBE
Complementary color
Monochromatic Colors of #A00CBE
Black with #A00CBE
Text Example
Text Example
White with #A00CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CBE; }
p { color: rgb(160,12,190); }
H1.HeaderClassName
{
color: #A00CBE;
}
.AnyTagClassName
{
color: #A00CBE;
}
</style>
background-color css
<style>
a { background-color: #A00CBE; }
a { background-color: rgb(160,12,190); }
div.DivClassName
{
background-color: #A00CBE;
}
.BgClassName
{
background-color: #A00CBE;
}
</style>
border-color css
<style>
span { border-color: #A00CBE; }
span { border-color: rgb(160,12,190); }
td.TdClassName
{
border-color: #A00CBE;
}
.TagClassName
{
border-color: #A00CBE;
}
</style>