Shades of Dark Violet #A203B7
Tints of Dark Violet #A203B7
RGB
CMYK
RGB Variations
Color information
#A203B7 (or 0xA203B7) is known color: Dark Violet. HEX triplet: A2, 03 and B7. RGB value is (162,3,183). Sum of RGB (Red+Green+Blue) = 162+3+183=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #A203B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A203B7 is #5DFC48. Grayscale: #464646. Windows color (decimal): -6159433 or 11994018. OLE color: 11994018.
HSL color Cylindrical-coordinate representation of color #A203B7: hue angle of 293º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A203B7 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 3 | 183 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.28 |
| HSL | 293º | 0.97% | 0.36% | - |
| HSV(B) | 293º | 0.98% | 0.72% | - |
| XYZ | 23.48 | 11.17 | 45.72 | - |
| YUV | 71.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 183 | 0.11 | 0.98 | 0 | 0.28 | 293 | 0.97 | 0.36 |
| Hex | A2 | 3 | B7 | B | 62 | 0 | 1C | 125 | 61 | 24 |
| Octal | 242 | 3 | 267 | 13 | 142 | 0 | 34 | 445 | 141 | 44 |
| Binary | 10100010 | 11 | 10110111 | 1011 | 1100010 | 0 | 11100 | 100100101 | 1100001 | 100100 |
Color Harmonies of #A203B7
Complementary color
Monochromatic Colors of #A203B7
Black with #A203B7
Text Example
Text Example
White with #A203B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A203B7; }
p { color: rgb(162,3,183); }
H1.HeaderClassName
{
color: #A203B7;
}
.AnyTagClassName
{
color: #A203B7;
}
</style>
background-color css
<style>
a { background-color: #A203B7; }
a { background-color: rgb(162,3,183); }
div.DivClassName
{
background-color: #A203B7;
}
.BgClassName
{
background-color: #A203B7;
}
</style>
border-color css
<style>
span { border-color: #A203B7; }
span { border-color: rgb(162,3,183); }
td.TdClassName
{
border-color: #A203B7;
}
.TagClassName
{
border-color: #A203B7;
}
</style>