Shades of Dark Violet #A70BD3
Tints of Dark Violet #A70BD3
RGB
CMYK
RGB Variations
Color information
#A70BD3 (or 0xA70BD3) is known color: Dark Violet. HEX triplet: A7, 0B and D3. RGB value is (167,11,211). Sum of RGB (Red+Green+Blue) = 167+11+211=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #A70BD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BD3 is #58F42C. Grayscale: #4F4F4F. Windows color (decimal): -5829677 or 13831079. OLE color: 13831079.
HSL color Cylindrical-coordinate representation of color #A70BD3: hue angle of 286.8º 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 #A70BD3 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 11 | 211 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.17 |
| HSL | 286.8º | 0.9% | 0.44% | - |
| HSV(B) | 286.8º | 0.95% | 0.83% | - |
| XYZ | 27.81 | 13.16 | 62.7 | - |
| YUV | 80.44 | 201.68 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 211 | 0.21 | 0.95 | 0 | 0.17 | 286.8 | 0.9 | 0.44 |
| Hex | A7 | B | D3 | 15 | 5F | 0 | 11 | 11F | 5A | 2C |
| Octal | 247 | 13 | 323 | 25 | 137 | 0 | 21 | 437 | 132 | 54 |
| Binary | 10100111 | 1011 | 11010011 | 10101 | 1011111 | 0 | 10001 | 100011111 | 1011010 | 101100 |
Color Harmonies of #A70BD3
Complementary color
Monochromatic Colors of #A70BD3
Black with #A70BD3
Text Example
Text Example
White with #A70BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BD3; }
p { color: rgb(167,11,211); }
H1.HeaderClassName
{
color: #A70BD3;
}
.AnyTagClassName
{
color: #A70BD3;
}
</style>
background-color css
<style>
a { background-color: #A70BD3; }
a { background-color: rgb(167,11,211); }
div.DivClassName
{
background-color: #A70BD3;
}
.BgClassName
{
background-color: #A70BD3;
}
</style>
border-color css
<style>
span { border-color: #A70BD3; }
span { border-color: rgb(167,11,211); }
td.TdClassName
{
border-color: #A70BD3;
}
.TagClassName
{
border-color: #A70BD3;
}
</style>