Shades of Dark Violet #A001BA
Tints of Dark Violet #A001BA
RGB
CMYK
RGB Variations
Color information
#A001BA (or 0xA001BA) is known color: Dark Violet. HEX triplet: A0, 01 and BA. RGB value is (160,1,186). Sum of RGB (Red+Green+Blue) = 160+1+186=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #A001BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001BA is #5FFE45. Grayscale: #454545. Windows color (decimal): -6291014 or 12190112. OLE color: 12190112.
HSL color Cylindrical-coordinate representation of color #A001BA: hue angle of 291.57º degrees, saturation: 0.99, 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 #A001BA is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 1 | 186 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.27 |
| HSL | 291.57º | 0.99% | 0.37% | - |
| HSV(B) | 291.57º | 0.99% | 0.73% | - |
| XYZ | 23.37 | 11.04 | 47.35 | - |
| YUV | 69.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 186 | 0.14 | 0.99 | 0 | 0.27 | 291.57 | 0.99 | 0.37 |
| Hex | A0 | 1 | BA | E | 63 | 0 | 1B | 124 | 63 | 25 |
| Octal | 240 | 1 | 272 | 16 | 143 | 0 | 33 | 444 | 143 | 45 |
| Binary | 10100000 | 1 | 10111010 | 1110 | 1100011 | 0 | 11011 | 100100100 | 1100011 | 100101 |
Color Harmonies of #A001BA
Complementary color
Monochromatic Colors of #A001BA
Black with #A001BA
Text Example
Text Example
White with #A001BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001BA; }
p { color: rgb(160,1,186); }
H1.HeaderClassName
{
color: #A001BA;
}
.AnyTagClassName
{
color: #A001BA;
}
</style>
background-color css
<style>
a { background-color: #A001BA; }
a { background-color: rgb(160,1,186); }
div.DivClassName
{
background-color: #A001BA;
}
.BgClassName
{
background-color: #A001BA;
}
</style>
border-color css
<style>
span { border-color: #A001BA; }
span { border-color: rgb(160,1,186); }
td.TdClassName
{
border-color: #A001BA;
}
.TagClassName
{
border-color: #A001BA;
}
</style>