Shades of Dark Violet #A003C5
Tints of Dark Violet #A003C5
RGB
CMYK
RGB Variations
Color information
#A003C5 (or 0xA003C5) is known color: Dark Violet. HEX triplet: A0, 03 and C5. RGB value is (160,3,197). Sum of RGB (Red+Green+Blue) = 160+3+197=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #A003C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003C5 is #5FFC3A. Grayscale: #474747. Windows color (decimal): -6290491 or 12911520. OLE color: 12911520.
HSL color Cylindrical-coordinate representation of color #A003C5: hue angle of 288.56º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A003C5 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 3 | 197 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.23 |
| HSL | 288.56º | 0.97% | 0.39% | - |
| HSV(B) | 288.56º | 0.98% | 0.77% | - |
| XYZ | 24.61 | 11.57 | 53.76 | - |
| YUV | 72.06 | 198.51 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 197 | 0.19 | 0.98 | 0 | 0.23 | 288.56 | 0.97 | 0.39 |
| Hex | A0 | 3 | C5 | 13 | 62 | 0 | 17 | 121 | 61 | 27 |
| Octal | 240 | 3 | 305 | 23 | 142 | 0 | 27 | 441 | 141 | 47 |
| Binary | 10100000 | 11 | 11000101 | 10011 | 1100010 | 0 | 10111 | 100100001 | 1100001 | 100111 |
Color Harmonies of #A003C5
Complementary color
Monochromatic Colors of #A003C5
Black with #A003C5
Text Example
Text Example
White with #A003C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003C5; }
p { color: rgb(160,3,197); }
H1.HeaderClassName
{
color: #A003C5;
}
.AnyTagClassName
{
color: #A003C5;
}
</style>
background-color css
<style>
a { background-color: #A003C5; }
a { background-color: rgb(160,3,197); }
div.DivClassName
{
background-color: #A003C5;
}
.BgClassName
{
background-color: #A003C5;
}
</style>
border-color css
<style>
span { border-color: #A003C5; }
span { border-color: rgb(160,3,197); }
td.TdClassName
{
border-color: #A003C5;
}
.TagClassName
{
border-color: #A003C5;
}
</style>