Shades of Dark Violet #A00BD6
Tints of Dark Violet #A00BD6
RGB
CMYK
RGB Variations
Color information
#A00BD6 (or 0xA00BD6) is known color: Dark Violet. HEX triplet: A0, 0B and D6. RGB value is (160,11,214). Sum of RGB (Red+Green+Blue) = 160+11+214=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #A00BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BD6 is #5FF429. Grayscale: #4E4E4E. Windows color (decimal): -6288426 or 14027680. OLE color: 14027680.
HSL color Cylindrical-coordinate representation of color #A00BD6: hue angle of 284.04º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00BD6 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 11 | 214 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.16 |
| HSL | 284.04º | 0.9% | 0.44% | - |
| HSV(B) | 284.04º | 0.95% | 0.84% | - |
| XYZ | 26.75 | 12.57 | 64.63 | - |
| YUV | 78.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 214 | 0.25 | 0.95 | 0 | 0.16 | 284.04 | 0.9 | 0.44 |
| Hex | A0 | B | D6 | 19 | 5F | 0 | 10 | 11C | 5A | 2C |
| Octal | 240 | 13 | 326 | 31 | 137 | 0 | 20 | 434 | 132 | 54 |
| Binary | 10100000 | 1011 | 11010110 | 11001 | 1011111 | 0 | 10000 | 100011100 | 1011010 | 101100 |
Color Harmonies of #A00BD6
Complementary color
Monochromatic Colors of #A00BD6
Black with #A00BD6
Text Example
Text Example
White with #A00BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BD6; }
p { color: rgb(160,11,214); }
H1.HeaderClassName
{
color: #A00BD6;
}
.AnyTagClassName
{
color: #A00BD6;
}
</style>
background-color css
<style>
a { background-color: #A00BD6; }
a { background-color: rgb(160,11,214); }
div.DivClassName
{
background-color: #A00BD6;
}
.BgClassName
{
background-color: #A00BD6;
}
</style>
border-color css
<style>
span { border-color: #A00BD6; }
span { border-color: rgb(160,11,214); }
td.TdClassName
{
border-color: #A00BD6;
}
.TagClassName
{
border-color: #A00BD6;
}
</style>