Shades of Dark Violet #A005BA
Tints of Dark Violet #A005BA
RGB
CMYK
RGB Variations
Color information
#A005BA (or 0xA005BA) is known color: Dark Violet. HEX triplet: A0, 05 and BA. RGB value is (160,5,186). Sum of RGB (Red+Green+Blue) = 160+5+186=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #A005BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A005BA is #5FFA45. Grayscale: #474747. Windows color (decimal): -6289990 or 12191136. OLE color: 12191136.
HSL color Cylindrical-coordinate representation of color #A005BA: hue angle of 291.38º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A005BA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 5 | 186 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.27 |
| HSL | 291.38º | 0.95% | 0.37% | - |
| HSV(B) | 291.38º | 0.97% | 0.73% | - |
| XYZ | 23.41 | 11.13 | 47.37 | - |
| YUV | 71.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 186 | 0.14 | 0.97 | 0 | 0.27 | 291.38 | 0.95 | 0.37 |
| Hex | A0 | 5 | BA | E | 61 | 0 | 1B | 123 | 5F | 25 |
| Octal | 240 | 5 | 272 | 16 | 141 | 0 | 33 | 443 | 137 | 45 |
| Binary | 10100000 | 101 | 10111010 | 1110 | 1100001 | 0 | 11011 | 100100011 | 1011111 | 100101 |
Color Harmonies of #A005BA
Complementary color
Monochromatic Colors of #A005BA
Black with #A005BA
Text Example
Text Example
White with #A005BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005BA; }
p { color: rgb(160,5,186); }
H1.HeaderClassName
{
color: #A005BA;
}
.AnyTagClassName
{
color: #A005BA;
}
</style>
background-color css
<style>
a { background-color: #A005BA; }
a { background-color: rgb(160,5,186); }
div.DivClassName
{
background-color: #A005BA;
}
.BgClassName
{
background-color: #A005BA;
}
</style>
border-color css
<style>
span { border-color: #A005BA; }
span { border-color: rgb(160,5,186); }
td.TdClassName
{
border-color: #A005BA;
}
.TagClassName
{
border-color: #A005BA;
}
</style>