Shades of Dark Violet #A201BD
Tints of Dark Violet #A201BD
RGB
CMYK
RGB Variations
Color information
#A201BD (or 0xA201BD) is known color: Dark Violet. HEX triplet: A2, 01 and BD. RGB value is (162,1,189). Sum of RGB (Red+Green+Blue) = 162+1+189=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #A201BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201BD is #5DFE42. Grayscale: #454545. Windows color (decimal): -6159939 or 12386722. OLE color: 12386722.
HSL color Cylindrical-coordinate representation of color #A201BD: hue angle of 291.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A201BD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 1 | 189 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.26 |
| HSL | 291.38º | 0.99% | 0.37% | - |
| HSV(B) | 291.38º | 0.99% | 0.74% | - |
| XYZ | 24.1 | 11.38 | 49.07 | - |
| YUV | 70.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 189 | 0.14 | 0.99 | 0 | 0.26 | 291.38 | 0.99 | 0.37 |
| Hex | A2 | 1 | BD | E | 63 | 0 | 1A | 123 | 63 | 25 |
| Octal | 242 | 1 | 275 | 16 | 143 | 0 | 32 | 443 | 143 | 45 |
| Binary | 10100010 | 1 | 10111101 | 1110 | 1100011 | 0 | 11010 | 100100011 | 1100011 | 100101 |
Color Harmonies of #A201BD
Complementary color
Monochromatic Colors of #A201BD
Black with #A201BD
Text Example
Text Example
White with #A201BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201BD; }
p { color: rgb(162,1,189); }
H1.HeaderClassName
{
color: #A201BD;
}
.AnyTagClassName
{
color: #A201BD;
}
</style>
background-color css
<style>
a { background-color: #A201BD; }
a { background-color: rgb(162,1,189); }
div.DivClassName
{
background-color: #A201BD;
}
.BgClassName
{
background-color: #A201BD;
}
</style>
border-color css
<style>
span { border-color: #A201BD; }
span { border-color: rgb(162,1,189); }
td.TdClassName
{
border-color: #A201BD;
}
.TagClassName
{
border-color: #A201BD;
}
</style>