Shades of Dark Violet #A00ACB
Tints of Dark Violet #A00ACB
RGB
CMYK
RGB Variations
Color information
#A00ACB (or 0xA00ACB) is known color: Dark Violet. HEX triplet: A0, 0A and CB. RGB value is (160,10,203). Sum of RGB (Red+Green+Blue) = 160+10+203=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #A00ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ACB is #5FF534. Grayscale: #4C4C4C. Windows color (decimal): -6288693 or 13306528. OLE color: 13306528.
HSL color Cylindrical-coordinate representation of color #A00ACB: hue angle of 286.63º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00ACB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 10 | 203 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.20 |
| HSL | 286.63º | 0.91% | 0.42% | - |
| HSV(B) | 286.63º | 0.95% | 0.8% | - |
| XYZ | 25.39 | 12 | 57.48 | - |
| YUV | 76.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 203 | 0.21 | 0.95 | 0 | 0.20 | 286.63 | 0.91 | 0.42 |
| Hex | A0 | A | CB | 15 | 5F | 0 | 14 | 11F | 5B | 2A |
| Octal | 240 | 12 | 313 | 25 | 137 | 0 | 24 | 437 | 133 | 52 |
| Binary | 10100000 | 1010 | 11001011 | 10101 | 1011111 | 0 | 10100 | 100011111 | 1011011 | 101010 |
Color Harmonies of #A00ACB
Complementary color
Monochromatic Colors of #A00ACB
Black with #A00ACB
Text Example
Text Example
White with #A00ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ACB; }
p { color: rgb(160,10,203); }
H1.HeaderClassName
{
color: #A00ACB;
}
.AnyTagClassName
{
color: #A00ACB;
}
</style>
background-color css
<style>
a { background-color: #A00ACB; }
a { background-color: rgb(160,10,203); }
div.DivClassName
{
background-color: #A00ACB;
}
.BgClassName
{
background-color: #A00ACB;
}
</style>
border-color css
<style>
span { border-color: #A00ACB; }
span { border-color: rgb(160,10,203); }
td.TdClassName
{
border-color: #A00ACB;
}
.TagClassName
{
border-color: #A00ACB;
}
</style>