Shades of Dark Violet #A00BD0
Tints of Dark Violet #A00BD0
RGB
CMYK
RGB Variations
Color information
#A00BD0 (or 0xA00BD0) is known color: Dark Violet. HEX triplet: A0, 0B and D0. RGB value is (160,11,208). Sum of RGB (Red+Green+Blue) = 160+11+208=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #A00BD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BD0 is #5FF42F. Grayscale: #4D4D4D. Windows color (decimal): -6288432 or 13634464. OLE color: 13634464.
HSL color Cylindrical-coordinate representation of color #A00BD0: hue angle of 285.38º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00BD0 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 11 | 208 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.18 |
| HSL | 285.38º | 0.9% | 0.43% | - |
| HSV(B) | 285.38º | 0.95% | 0.82% | - |
| XYZ | 26 | 12.27 | 60.67 | - |
| YUV | 78.01 | 201.36 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 208 | 0.23 | 0.95 | 0 | 0.18 | 285.38 | 0.9 | 0.43 |
| Hex | A0 | B | D0 | 17 | 5F | 0 | 12 | 11D | 5A | 2B |
| Octal | 240 | 13 | 320 | 27 | 137 | 0 | 22 | 435 | 132 | 53 |
| Binary | 10100000 | 1011 | 11010000 | 10111 | 1011111 | 0 | 10010 | 100011101 | 1011010 | 101011 |
Color Harmonies of #A00BD0
Complementary color
Monochromatic Colors of #A00BD0
Black with #A00BD0
Text Example
Text Example
White with #A00BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BD0; }
p { color: rgb(160,11,208); }
H1.HeaderClassName
{
color: #A00BD0;
}
.AnyTagClassName
{
color: #A00BD0;
}
</style>
background-color css
<style>
a { background-color: #A00BD0; }
a { background-color: rgb(160,11,208); }
div.DivClassName
{
background-color: #A00BD0;
}
.BgClassName
{
background-color: #A00BD0;
}
</style>
border-color css
<style>
span { border-color: #A00BD0; }
span { border-color: rgb(160,11,208); }
td.TdClassName
{
border-color: #A00BD0;
}
.TagClassName
{
border-color: #A00BD0;
}
</style>