Shades of Dark Violet #A002BA
Tints of Dark Violet #A002BA
RGB
CMYK
RGB Variations
Color information
#A002BA (or 0xA002BA) is known color: Dark Violet. HEX triplet: A0, 02 and BA. RGB value is (160,2,186). Sum of RGB (Red+Green+Blue) = 160+2+186=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #A002BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A002BA is #5FFD45. Grayscale: #454545. Windows color (decimal): -6290758 or 12190368. OLE color: 12190368.
HSL color Cylindrical-coordinate representation of color #A002BA: hue angle of 291.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A002BA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 2 | 186 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.27 |
| HSL | 291.52º | 0.98% | 0.37% | - |
| HSV(B) | 291.52º | 0.99% | 0.73% | - |
| XYZ | 23.38 | 11.06 | 47.36 | - |
| YUV | 70.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 186 | 0.14 | 0.99 | 0 | 0.27 | 291.52 | 0.98 | 0.37 |
| Hex | A0 | 2 | BA | E | 63 | 0 | 1B | 124 | 62 | 25 |
| Octal | 240 | 2 | 272 | 16 | 143 | 0 | 33 | 444 | 142 | 45 |
| Binary | 10100000 | 10 | 10111010 | 1110 | 1100011 | 0 | 11011 | 100100100 | 1100010 | 100101 |
Color Harmonies of #A002BA
Complementary color
Monochromatic Colors of #A002BA
Black with #A002BA
Text Example
Text Example
White with #A002BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A002BA; }
p { color: rgb(160,2,186); }
H1.HeaderClassName
{
color: #A002BA;
}
.AnyTagClassName
{
color: #A002BA;
}
</style>
background-color css
<style>
a { background-color: #A002BA; }
a { background-color: rgb(160,2,186); }
div.DivClassName
{
background-color: #A002BA;
}
.BgClassName
{
background-color: #A002BA;
}
</style>
border-color css
<style>
span { border-color: #A002BA; }
span { border-color: rgb(160,2,186); }
td.TdClassName
{
border-color: #A002BA;
}
.TagClassName
{
border-color: #A002BA;
}
</style>