Shades of Dark Violet #A203BE
Tints of Dark Violet #A203BE
RGB
CMYK
RGB Variations
Color information
#A203BE (or 0xA203BE) is known color: Dark Violet. HEX triplet: A2, 03 and BE. RGB value is (162,3,190). Sum of RGB (Red+Green+Blue) = 162+3+190=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #A203BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203BE is #5DFC41. Grayscale: #474747. Windows color (decimal): -6159426 or 12452770. OLE color: 12452770.
HSL color Cylindrical-coordinate representation of color #A203BE: hue angle of 291.02º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203BE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 3 | 190 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.25 |
| HSL | 291.02º | 0.97% | 0.38% | - |
| HSV(B) | 291.02º | 0.98% | 0.75% | - |
| XYZ | 24.23 | 11.46 | 49.65 | - |
| YUV | 71.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 190 | 0.15 | 0.98 | 0 | 0.25 | 291.02 | 0.97 | 0.38 |
| Hex | A2 | 3 | BE | F | 62 | 0 | 19 | 123 | 61 | 26 |
| Octal | 242 | 3 | 276 | 17 | 142 | 0 | 31 | 443 | 141 | 46 |
| Binary | 10100010 | 11 | 10111110 | 1111 | 1100010 | 0 | 11001 | 100100011 | 1100001 | 100110 |
Color Harmonies of #A203BE
Complementary color
Monochromatic Colors of #A203BE
Black with #A203BE
Text Example
Text Example
White with #A203BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203BE; }
p { color: rgb(162,3,190); }
H1.HeaderClassName
{
color: #A203BE;
}
.AnyTagClassName
{
color: #A203BE;
}
</style>
background-color css
<style>
a { background-color: #A203BE; }
a { background-color: rgb(162,3,190); }
div.DivClassName
{
background-color: #A203BE;
}
.BgClassName
{
background-color: #A203BE;
}
</style>
border-color css
<style>
span { border-color: #A203BE; }
span { border-color: rgb(162,3,190); }
td.TdClassName
{
border-color: #A203BE;
}
.TagClassName
{
border-color: #A203BE;
}
</style>