Shades of Dark Violet #A203B9
Tints of Dark Violet #A203B9
RGB
CMYK
RGB Variations
Color information
#A203B9 (or 0xA203B9) is known color: Dark Violet. HEX triplet: A2, 03 and B9. RGB value is (162,3,185). Sum of RGB (Red+Green+Blue) = 162+3+185=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #A203B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203B9 is #5DFC46. Grayscale: #464646. Windows color (decimal): -6159431 or 12125090. OLE color: 12125090.
HSL color Cylindrical-coordinate representation of color #A203B9: hue angle of 292.42º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203B9 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 3 | 185 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.27 |
| HSL | 292.42º | 0.97% | 0.37% | - |
| HSV(B) | 292.42º | 0.98% | 0.73% | - |
| XYZ | 23.69 | 11.25 | 46.82 | - |
| YUV | 71.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 185 | 0.12 | 0.98 | 0 | 0.27 | 292.42 | 0.97 | 0.37 |
| Hex | A2 | 3 | B9 | C | 62 | 0 | 1B | 124 | 61 | 25 |
| Octal | 242 | 3 | 271 | 14 | 142 | 0 | 33 | 444 | 141 | 45 |
| Binary | 10100010 | 11 | 10111001 | 1100 | 1100010 | 0 | 11011 | 100100100 | 1100001 | 100101 |
Color Harmonies of #A203B9
Complementary color
Monochromatic Colors of #A203B9
Black with #A203B9
Text Example
Text Example
White with #A203B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203B9; }
p { color: rgb(162,3,185); }
H1.HeaderClassName
{
color: #A203B9;
}
.AnyTagClassName
{
color: #A203B9;
}
</style>
background-color css
<style>
a { background-color: #A203B9; }
a { background-color: rgb(162,3,185); }
div.DivClassName
{
background-color: #A203B9;
}
.BgClassName
{
background-color: #A203B9;
}
</style>
border-color css
<style>
span { border-color: #A203B9; }
span { border-color: rgb(162,3,185); }
td.TdClassName
{
border-color: #A203B9;
}
.TagClassName
{
border-color: #A203B9;
}
</style>