Shades of Dark Violet #A203BC
Tints of Dark Violet #A203BC
RGB
CMYK
RGB Variations
Color information
#A203BC (or 0xA203BC) is known color: Dark Violet. HEX triplet: A2, 03 and BC. RGB value is (162,3,188). Sum of RGB (Red+Green+Blue) = 162+3+188=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #A203BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203BC is #5DFC43. Grayscale: #474747. Windows color (decimal): -6159428 or 12321698. OLE color: 12321698.
HSL color Cylindrical-coordinate representation of color #A203BC: hue angle of 291.57º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203BC is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 3 | 188 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.26 |
| HSL | 291.57º | 0.97% | 0.37% | - |
| HSV(B) | 291.57º | 0.98% | 0.74% | - |
| XYZ | 24.01 | 11.38 | 48.51 | - |
| YUV | 71.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 188 | 0.14 | 0.98 | 0 | 0.26 | 291.57 | 0.97 | 0.37 |
| Hex | A2 | 3 | BC | E | 62 | 0 | 1A | 124 | 61 | 25 |
| Octal | 242 | 3 | 274 | 16 | 142 | 0 | 32 | 444 | 141 | 45 |
| Binary | 10100010 | 11 | 10111100 | 1110 | 1100010 | 0 | 11010 | 100100100 | 1100001 | 100101 |
Color Harmonies of #A203BC
Complementary color
Monochromatic Colors of #A203BC
Black with #A203BC
Text Example
Text Example
White with #A203BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203BC; }
p { color: rgb(162,3,188); }
H1.HeaderClassName
{
color: #A203BC;
}
.AnyTagClassName
{
color: #A203BC;
}
</style>
background-color css
<style>
a { background-color: #A203BC; }
a { background-color: rgb(162,3,188); }
div.DivClassName
{
background-color: #A203BC;
}
.BgClassName
{
background-color: #A203BC;
}
</style>
border-color css
<style>
span { border-color: #A203BC; }
span { border-color: rgb(162,3,188); }
td.TdClassName
{
border-color: #A203BC;
}
.TagClassName
{
border-color: #A203BC;
}
</style>