Shades of Dark Violet #A201BA
Tints of Dark Violet #A201BA
RGB
CMYK
RGB Variations
Color information
#A201BA (or 0xA201BA) is known color: Dark Violet. HEX triplet: A2, 01 and BA. RGB value is (162,1,186). Sum of RGB (Red+Green+Blue) = 162+1+186=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #A201BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201BA is #5DFE45. Grayscale: #454545. Windows color (decimal): -6159942 or 12190114. OLE color: 12190114.
HSL color Cylindrical-coordinate representation of color #A201BA: hue angle of 292.22º 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 #A201BA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 1 | 186 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.27 |
| HSL | 292.22º | 0.99% | 0.37% | - |
| HSV(B) | 292.22º | 0.99% | 0.73% | - |
| XYZ | 23.77 | 11.25 | 47.37 | - |
| YUV | 70.23 | 193.34 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 186 | 0.13 | 0.99 | 0 | 0.27 | 292.22 | 0.99 | 0.37 |
| Hex | A2 | 1 | BA | D | 63 | 0 | 1B | 124 | 63 | 25 |
| Octal | 242 | 1 | 272 | 15 | 143 | 0 | 33 | 444 | 143 | 45 |
| Binary | 10100010 | 1 | 10111010 | 1101 | 1100011 | 0 | 11011 | 100100100 | 1100011 | 100101 |
Color Harmonies of #A201BA
Complementary color
Monochromatic Colors of #A201BA
Black with #A201BA
Text Example
Text Example
White with #A201BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201BA; }
p { color: rgb(162,1,186); }
H1.HeaderClassName
{
color: #A201BA;
}
.AnyTagClassName
{
color: #A201BA;
}
</style>
background-color css
<style>
a { background-color: #A201BA; }
a { background-color: rgb(162,1,186); }
div.DivClassName
{
background-color: #A201BA;
}
.BgClassName
{
background-color: #A201BA;
}
</style>
border-color css
<style>
span { border-color: #A201BA; }
span { border-color: rgb(162,1,186); }
td.TdClassName
{
border-color: #A201BA;
}
.TagClassName
{
border-color: #A201BA;
}
</style>