Shades of Dark Violet #A203CB
Tints of Dark Violet #A203CB
RGB
CMYK
RGB Variations
Color information
#A203CB (or 0xA203CB) is known color: Dark Violet. HEX triplet: A2, 03 and CB. RGB value is (162,3,203). Sum of RGB (Red+Green+Blue) = 162+3+203=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #A203CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203CB is #5DFC34. Grayscale: #484848. Windows color (decimal): -6159413 or 13304738. OLE color: 13304738.
HSL color Cylindrical-coordinate representation of color #A203CB: hue angle of 287.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A203CB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 3 | 203 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.20 |
| HSL | 287.7º | 0.97% | 0.4% | - |
| HSV(B) | 287.7º | 0.99% | 0.8% | - |
| XYZ | 25.71 | 12.06 | 57.47 | - |
| YUV | 73.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 203 | 0.20 | 0.99 | 0 | 0.20 | 287.7 | 0.97 | 0.4 |
| Hex | A2 | 3 | CB | 14 | 63 | 0 | 14 | 120 | 61 | 28 |
| Octal | 242 | 3 | 313 | 24 | 143 | 0 | 24 | 440 | 141 | 50 |
| Binary | 10100010 | 11 | 11001011 | 10100 | 1100011 | 0 | 10100 | 100100000 | 1100001 | 101000 |
Color Harmonies of #A203CB
Complementary color
Monochromatic Colors of #A203CB
Black with #A203CB
Text Example
Text Example
White with #A203CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203CB; }
p { color: rgb(162,3,203); }
H1.HeaderClassName
{
color: #A203CB;
}
.AnyTagClassName
{
color: #A203CB;
}
</style>
background-color css
<style>
a { background-color: #A203CB; }
a { background-color: rgb(162,3,203); }
div.DivClassName
{
background-color: #A203CB;
}
.BgClassName
{
background-color: #A203CB;
}
</style>
border-color css
<style>
span { border-color: #A203CB; }
span { border-color: rgb(162,3,203); }
td.TdClassName
{
border-color: #A203CB;
}
.TagClassName
{
border-color: #A203CB;
}
</style>