Shades of Dark Violet #A00CCB
Tints of Dark Violet #A00CCB
RGB
CMYK
RGB Variations
Color information
#A00CCB (or 0xA00CCB) is known color: Dark Violet. HEX triplet: A0, 0C and CB. RGB value is (160,12,203). Sum of RGB (Red+Green+Blue) = 160+12+203=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #A00CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CCB is #5FF334. Grayscale: #4D4D4D. Windows color (decimal): -6288181 or 13307040. OLE color: 13307040.
HSL color Cylindrical-coordinate representation of color #A00CCB: hue angle of 286.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CCB is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 12 | 203 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.20 |
| HSL | 286.49º | 0.89% | 0.42% | - |
| HSV(B) | 286.49º | 0.94% | 0.8% | - |
| XYZ | 25.41 | 12.05 | 57.49 | - |
| YUV | 78.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 203 | 0.21 | 0.94 | 0 | 0.20 | 286.49 | 0.89 | 0.42 |
| Hex | A0 | C | CB | 15 | 5E | 0 | 14 | 11E | 59 | 2A |
| Octal | 240 | 14 | 313 | 25 | 136 | 0 | 24 | 436 | 131 | 52 |
| Binary | 10100000 | 1100 | 11001011 | 10101 | 1011110 | 0 | 10100 | 100011110 | 1011001 | 101010 |
Color Harmonies of #A00CCB
Complementary color
Monochromatic Colors of #A00CCB
Black with #A00CCB
Text Example
Text Example
White with #A00CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CCB; }
p { color: rgb(160,12,203); }
H1.HeaderClassName
{
color: #A00CCB;
}
.AnyTagClassName
{
color: #A00CCB;
}
</style>
background-color css
<style>
a { background-color: #A00CCB; }
a { background-color: rgb(160,12,203); }
div.DivClassName
{
background-color: #A00CCB;
}
.BgClassName
{
background-color: #A00CCB;
}
</style>
border-color css
<style>
span { border-color: #A00CCB; }
span { border-color: rgb(160,12,203); }
td.TdClassName
{
border-color: #A00CCB;
}
.TagClassName
{
border-color: #A00CCB;
}
</style>