Shades of Dark Violet #A201B9
Tints of Dark Violet #A201B9
RGB
CMYK
RGB Variations
Color information
#A201B9 (or 0xA201B9) is known color: Dark Violet. HEX triplet: A2, 01 and B9. RGB value is (162,1,185). Sum of RGB (Red+Green+Blue) = 162+1+185=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #A201B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201B9 is #5DFE46. Grayscale: #454545. Windows color (decimal): -6159943 or 12124578. OLE color: 12124578.
HSL color Cylindrical-coordinate representation of color #A201B9: hue angle of 292.5º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A201B9 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 1 | 185 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.27 |
| HSL | 292.5º | 0.99% | 0.36% | - |
| HSV(B) | 292.5º | 0.99% | 0.73% | - |
| XYZ | 23.67 | 11.21 | 46.81 | - |
| YUV | 70.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 185 | 0.12 | 0.99 | 0 | 0.27 | 292.5 | 0.99 | 0.36 |
| Hex | A2 | 1 | B9 | C | 63 | 0 | 1B | 124 | 63 | 24 |
| Octal | 242 | 1 | 271 | 14 | 143 | 0 | 33 | 444 | 143 | 44 |
| Binary | 10100010 | 1 | 10111001 | 1100 | 1100011 | 0 | 11011 | 100100100 | 1100011 | 100100 |
Color Harmonies of #A201B9
Complementary color
Monochromatic Colors of #A201B9
Black with #A201B9
Text Example
Text Example
White with #A201B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201B9; }
p { color: rgb(162,1,185); }
H1.HeaderClassName
{
color: #A201B9;
}
.AnyTagClassName
{
color: #A201B9;
}
</style>
background-color css
<style>
a { background-color: #A201B9; }
a { background-color: rgb(162,1,185); }
div.DivClassName
{
background-color: #A201B9;
}
.BgClassName
{
background-color: #A201B9;
}
</style>
border-color css
<style>
span { border-color: #A201B9; }
span { border-color: rgb(162,1,185); }
td.TdClassName
{
border-color: #A201B9;
}
.TagClassName
{
border-color: #A201B9;
}
</style>