Shades of Dark Violet #A70CBA
Tints of Dark Violet #A70CBA
RGB
CMYK
RGB Variations
Color information
#A70CBA (or 0xA70CBA) is known color: Dark Violet. HEX triplet: A7, 0C and BA. RGB value is (167,12,186). Sum of RGB (Red+Green+Blue) = 167+12+186=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A70CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CBA is #58F345. Grayscale: #4D4D4D. Windows color (decimal): -5829446 or 12192935. OLE color: 12192935.
HSL color Cylindrical-coordinate representation of color #A70CBA: hue angle of 293.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CBA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 12 | 186 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.27 |
| HSL | 293.45º | 0.88% | 0.39% | - |
| HSV(B) | 293.45º | 0.94% | 0.73% | - |
| XYZ | 24.93 | 12.02 | 47.46 | - |
| YUV | 78.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 186 | 0.10 | 0.94 | 0 | 0.27 | 293.45 | 0.88 | 0.39 |
| Hex | A7 | C | BA | A | 5E | 0 | 1B | 125 | 58 | 27 |
| Octal | 247 | 14 | 272 | 12 | 136 | 0 | 33 | 445 | 130 | 47 |
| Binary | 10100111 | 1100 | 10111010 | 1010 | 1011110 | 0 | 11011 | 100100101 | 1011000 | 100111 |
Color Harmonies of #A70CBA
Complementary color
Monochromatic Colors of #A70CBA
Black with #A70CBA
Text Example
Text Example
White with #A70CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CBA; }
p { color: rgb(167,12,186); }
H1.HeaderClassName
{
color: #A70CBA;
}
.AnyTagClassName
{
color: #A70CBA;
}
</style>
background-color css
<style>
a { background-color: #A70CBA; }
a { background-color: rgb(167,12,186); }
div.DivClassName
{
background-color: #A70CBA;
}
.BgClassName
{
background-color: #A70CBA;
}
</style>
border-color css
<style>
span { border-color: #A70CBA; }
span { border-color: rgb(167,12,186); }
td.TdClassName
{
border-color: #A70CBA;
}
.TagClassName
{
border-color: #A70CBA;
}
</style>