Shades of Dark Violet #A203D2
Tints of Dark Violet #A203D2
RGB
CMYK
RGB Variations
Color information
#A203D2 (or 0xA203D2) is known color: Dark Violet. HEX triplet: A2, 03 and D2. RGB value is (162,3,210). Sum of RGB (Red+Green+Blue) = 162+3+210=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #A203D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203D2 is #5DFC2D. Grayscale: #494949. Windows color (decimal): -6159406 or 13763490. OLE color: 13763490.
HSL color Cylindrical-coordinate representation of color #A203D2: hue angle of 286.09º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203D2 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 3 | 210 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.18 |
| HSL | 286.09º | 0.97% | 0.42% | - |
| HSV(B) | 286.09º | 0.99% | 0.82% | - |
| XYZ | 26.57 | 12.4 | 61.97 | - |
| YUV | 74.14 | 204.68 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 210 | 0.23 | 0.99 | 0 | 0.18 | 286.09 | 0.97 | 0.42 |
| Hex | A2 | 3 | D2 | 17 | 63 | 0 | 12 | 11E | 61 | 2A |
| Octal | 242 | 3 | 322 | 27 | 143 | 0 | 22 | 436 | 141 | 52 |
| Binary | 10100010 | 11 | 11010010 | 10111 | 1100011 | 0 | 10010 | 100011110 | 1100001 | 101010 |
Color Harmonies of #A203D2
Complementary color
Monochromatic Colors of #A203D2
Black with #A203D2
Text Example
Text Example
White with #A203D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203D2; }
p { color: rgb(162,3,210); }
H1.HeaderClassName
{
color: #A203D2;
}
.AnyTagClassName
{
color: #A203D2;
}
</style>
background-color css
<style>
a { background-color: #A203D2; }
a { background-color: rgb(162,3,210); }
div.DivClassName
{
background-color: #A203D2;
}
.BgClassName
{
background-color: #A203D2;
}
</style>
border-color css
<style>
span { border-color: #A203D2; }
span { border-color: rgb(162,3,210); }
td.TdClassName
{
border-color: #A203D2;
}
.TagClassName
{
border-color: #A203D2;
}
</style>