Shades of Dark Violet #A70ACB
Tints of Dark Violet #A70ACB
RGB
CMYK
RGB Variations
Color information
#A70ACB (or 0xA70ACB) is known color: Dark Violet. HEX triplet: A7, 0A and CB. RGB value is (167,10,203). Sum of RGB (Red+Green+Blue) = 167+10+203=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #A70ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ACB is #58F534. Grayscale: #4E4E4E. Windows color (decimal): -5829941 or 13306535. OLE color: 13306535.
HSL color Cylindrical-coordinate representation of color #A70ACB: hue angle of 288.81º 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 #A70ACB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 10 | 203 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.20 |
| HSL | 288.81º | 0.91% | 0.42% | - |
| HSV(B) | 288.81º | 0.95% | 0.8% | - |
| XYZ | 26.82 | 12.74 | 57.55 | - |
| YUV | 78.95 | 198.01 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 203 | 0.18 | 0.95 | 0 | 0.20 | 288.81 | 0.91 | 0.42 |
| Hex | A7 | A | CB | 12 | 5F | 0 | 14 | 121 | 5B | 2A |
| Octal | 247 | 12 | 313 | 22 | 137 | 0 | 24 | 441 | 133 | 52 |
| Binary | 10100111 | 1010 | 11001011 | 10010 | 1011111 | 0 | 10100 | 100100001 | 1011011 | 101010 |
Color Harmonies of #A70ACB
Complementary color
Monochromatic Colors of #A70ACB
Black with #A70ACB
Text Example
Text Example
White with #A70ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70ACB; }
p { color: rgb(167,10,203); }
H1.HeaderClassName
{
color: #A70ACB;
}
.AnyTagClassName
{
color: #A70ACB;
}
</style>
background-color css
<style>
a { background-color: #A70ACB; }
a { background-color: rgb(167,10,203); }
div.DivClassName
{
background-color: #A70ACB;
}
.BgClassName
{
background-color: #A70ACB;
}
</style>
border-color css
<style>
span { border-color: #A70ACB; }
span { border-color: rgb(167,10,203); }
td.TdClassName
{
border-color: #A70ACB;
}
.TagClassName
{
border-color: #A70ACB;
}
</style>