Shades of Dark Violet #A203CC
Tints of Dark Violet #A203CC
RGB
CMYK
RGB Variations
Color information
#A203CC (or 0xA203CC) is known color: Dark Violet. HEX triplet: A2, 03 and CC. RGB value is (162,3,204). Sum of RGB (Red+Green+Blue) = 162+3+204=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #A203CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203CC is #5DFC33. Grayscale: #484848. Windows color (decimal): -6159412 or 13370274. OLE color: 13370274.
HSL color Cylindrical-coordinate representation of color #A203CC: hue angle of 287.46º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203CC is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 3 | 204 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.2 |
| HSL | 287.46º | 0.97% | 0.41% | - |
| HSV(B) | 287.46º | 0.99% | 0.8% | - |
| XYZ | 25.83 | 12.11 | 58.1 | - |
| YUV | 73.46 | 201.68 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 204 | 0.21 | 0.99 | 0 | 0.2 | 287.46 | 0.97 | 0.41 |
| Hex | A2 | 3 | CC | 15 | 63 | 0 | 14 | 11F | 61 | 29 |
| Octal | 242 | 3 | 314 | 25 | 143 | 0 | 24 | 437 | 141 | 51 |
| Binary | 10100010 | 11 | 11001100 | 10101 | 1100011 | 0 | 10100 | 100011111 | 1100001 | 101001 |
Color Harmonies of #A203CC
Complementary color
Monochromatic Colors of #A203CC
Black with #A203CC
Text Example
Text Example
White with #A203CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203CC; }
p { color: rgb(162,3,204); }
H1.HeaderClassName
{
color: #A203CC;
}
.AnyTagClassName
{
color: #A203CC;
}
</style>
background-color css
<style>
a { background-color: #A203CC; }
a { background-color: rgb(162,3,204); }
div.DivClassName
{
background-color: #A203CC;
}
.BgClassName
{
background-color: #A203CC;
}
</style>
border-color css
<style>
span { border-color: #A203CC; }
span { border-color: rgb(162,3,204); }
td.TdClassName
{
border-color: #A203CC;
}
.TagClassName
{
border-color: #A203CC;
}
</style>