Shades of Dark Violet #A203AF
Tints of Dark Violet #A203AF
RGB
CMYK
RGB Variations
Color information
#A203AF (or 0xA203AF) is known color: Dark Violet. HEX triplet: A2, 03 and AF. RGB value is (162,3,175). Sum of RGB (Red+Green+Blue) = 162+3+175=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #A203AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A203AF is #5DFC50. Grayscale: #454545. Windows color (decimal): -6159441 or 11469730. OLE color: 11469730.
HSL color Cylindrical-coordinate representation of color #A203AF: hue angle of 295.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203AF is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 3 | 175 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.31 |
| HSL | 295.47º | 0.97% | 0.35% | - |
| HSV(B) | 295.47º | 0.98% | 0.69% | - |
| XYZ | 22.67 | 10.84 | 41.46 | - |
| YUV | 70.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 175 | 0.07 | 0.98 | 0 | 0.31 | 295.47 | 0.97 | 0.35 |
| Hex | A2 | 3 | AF | 7 | 62 | 0 | 1F | 127 | 61 | 23 |
| Octal | 242 | 3 | 257 | 7 | 142 | 0 | 37 | 447 | 141 | 43 |
| Binary | 10100010 | 11 | 10101111 | 111 | 1100010 | 0 | 11111 | 100100111 | 1100001 | 100011 |
Color Harmonies of #A203AF
Complementary color
Monochromatic Colors of #A203AF
Black with #A203AF
Text Example
Text Example
White with #A203AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203AF; }
p { color: rgb(162,3,175); }
H1.HeaderClassName
{
color: #A203AF;
}
.AnyTagClassName
{
color: #A203AF;
}
</style>
background-color css
<style>
a { background-color: #A203AF; }
a { background-color: rgb(162,3,175); }
div.DivClassName
{
background-color: #A203AF;
}
.BgClassName
{
background-color: #A203AF;
}
</style>
border-color css
<style>
span { border-color: #A203AF; }
span { border-color: rgb(162,3,175); }
td.TdClassName
{
border-color: #A203AF;
}
.TagClassName
{
border-color: #A203AF;
}
</style>