Shades of Dark Violet #A70BD4
Tints of Dark Violet #A70BD4
RGB
CMYK
RGB Variations
Color information
#A70BD4 (or 0xA70BD4) is known color: Dark Violet. HEX triplet: A7, 0B and D4. RGB value is (167,11,212). Sum of RGB (Red+Green+Blue) = 167+11+212=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #A70BD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BD4 is #58F42B. Grayscale: #4F4F4F. Windows color (decimal): -5829676 or 13896615. OLE color: 13896615.
HSL color Cylindrical-coordinate representation of color #A70BD4: hue angle of 286.57º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BD4 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 11 | 212 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.17 |
| HSL | 286.57º | 0.9% | 0.44% | - |
| HSV(B) | 286.57º | 0.95% | 0.83% | - |
| XYZ | 27.94 | 13.21 | 63.36 | - |
| YUV | 80.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 212 | 0.21 | 0.95 | 0 | 0.17 | 286.57 | 0.9 | 0.44 |
| Hex | A7 | B | D4 | 15 | 5F | 0 | 11 | 11F | 5A | 2C |
| Octal | 247 | 13 | 324 | 25 | 137 | 0 | 21 | 437 | 132 | 54 |
| Binary | 10100111 | 1011 | 11010100 | 10101 | 1011111 | 0 | 10001 | 100011111 | 1011010 | 101100 |
Color Harmonies of #A70BD4
Complementary color
Monochromatic Colors of #A70BD4
Black with #A70BD4
Text Example
Text Example
White with #A70BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BD4; }
p { color: rgb(167,11,212); }
H1.HeaderClassName
{
color: #A70BD4;
}
.AnyTagClassName
{
color: #A70BD4;
}
</style>
background-color css
<style>
a { background-color: #A70BD4; }
a { background-color: rgb(167,11,212); }
div.DivClassName
{
background-color: #A70BD4;
}
.BgClassName
{
background-color: #A70BD4;
}
</style>
border-color css
<style>
span { border-color: #A70BD4; }
span { border-color: rgb(167,11,212); }
td.TdClassName
{
border-color: #A70BD4;
}
.TagClassName
{
border-color: #A70BD4;
}
</style>