Shades of Dark Violet #A203B2
Tints of Dark Violet #A203B2
RGB
CMYK
RGB Variations
Color information
#A203B2 (or 0xA203B2) is known color: Dark Violet. HEX triplet: A2, 03 and B2. RGB value is (162,3,178). Sum of RGB (Red+Green+Blue) = 162+3+178=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #A203B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A203B2 is #5DFC4D. Grayscale: #454545. Windows color (decimal): -6159438 or 11666338. OLE color: 11666338.
HSL color Cylindrical-coordinate representation of color #A203B2: hue angle of 294.51º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203B2 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 3 | 178 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.30 |
| HSL | 294.51º | 0.97% | 0.35% | - |
| HSV(B) | 294.51º | 0.98% | 0.7% | - |
| XYZ | 22.97 | 10.96 | 43.02 | - |
| YUV | 70.49 | 188.68 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 178 | 0.09 | 0.98 | 0 | 0.30 | 294.51 | 0.97 | 0.35 |
| Hex | A2 | 3 | B2 | 9 | 62 | 0 | 1E | 127 | 61 | 23 |
| Octal | 242 | 3 | 262 | 11 | 142 | 0 | 36 | 447 | 141 | 43 |
| Binary | 10100010 | 11 | 10110010 | 1001 | 1100010 | 0 | 11110 | 100100111 | 1100001 | 100011 |
Color Harmonies of #A203B2
Complementary color
Monochromatic Colors of #A203B2
Black with #A203B2
Text Example
Text Example
White with #A203B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203B2; }
p { color: rgb(162,3,178); }
H1.HeaderClassName
{
color: #A203B2;
}
.AnyTagClassName
{
color: #A203B2;
}
</style>
background-color css
<style>
a { background-color: #A203B2; }
a { background-color: rgb(162,3,178); }
div.DivClassName
{
background-color: #A203B2;
}
.BgClassName
{
background-color: #A203B2;
}
</style>
border-color css
<style>
span { border-color: #A203B2; }
span { border-color: rgb(162,3,178); }
td.TdClassName
{
border-color: #A203B2;
}
.TagClassName
{
border-color: #A203B2;
}
</style>