Shades of Dark Violet #A00BDA
Tints of Dark Violet #A00BDA
RGB
CMYK
RGB Variations
Color information
#A00BDA (or 0xA00BDA) is known color: Dark Violet. HEX triplet: A0, 0B and DA. RGB value is (160,11,218). Sum of RGB (Red+Green+Blue) = 160+11+218=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #A00BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BDA is #5FF425. Grayscale: #4E4E4E. Windows color (decimal): -6288422 or 14289824. OLE color: 14289824.
HSL color Cylindrical-coordinate representation of color #A00BDA: hue angle of 283.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00BDA is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 11 | 218 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.15 |
| HSL | 283.19º | 0.9% | 0.45% | - |
| HSV(B) | 283.19º | 0.95% | 0.85% | - |
| XYZ | 27.27 | 12.77 | 67.36 | - |
| YUV | 79.15 | 206.36 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 218 | 0.27 | 0.95 | 0 | 0.15 | 283.19 | 0.9 | 0.45 |
| Hex | A0 | B | DA | 1B | 5F | 0 | F | 11B | 5A | 2D |
| Octal | 240 | 13 | 332 | 33 | 137 | 0 | 17 | 433 | 132 | 55 |
| Binary | 10100000 | 1011 | 11011010 | 11011 | 1011111 | 0 | 1111 | 100011011 | 1011010 | 101101 |
Color Harmonies of #A00BDA
Complementary color
Monochromatic Colors of #A00BDA
Black with #A00BDA
Text Example
Text Example
White with #A00BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BDA; }
p { color: rgb(160,11,218); }
H1.HeaderClassName
{
color: #A00BDA;
}
.AnyTagClassName
{
color: #A00BDA;
}
</style>
background-color css
<style>
a { background-color: #A00BDA; }
a { background-color: rgb(160,11,218); }
div.DivClassName
{
background-color: #A00BDA;
}
.BgClassName
{
background-color: #A00BDA;
}
</style>
border-color css
<style>
span { border-color: #A00BDA; }
span { border-color: rgb(160,11,218); }
td.TdClassName
{
border-color: #A00BDA;
}
.TagClassName
{
border-color: #A00BDA;
}
</style>