Shades of Dark Violet #A503C0
Tints of Dark Violet #A503C0
RGB
CMYK
RGB Variations
Color information
#A503C0 (or 0xA503C0) is known color: Dark Violet. HEX triplet: A5, 03 and C0. RGB value is (165,3,192). Sum of RGB (Red+Green+Blue) = 165+3+192=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #A503C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503C0 is #5AFC3F. Grayscale: #484848. Windows color (decimal): -5962816 or 12583845. OLE color: 12583845.
HSL color Cylindrical-coordinate representation of color #A503C0: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503C0 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 3 | 192 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.25 |
| HSL | 291.43º | 0.97% | 0.38% | - |
| HSV(B) | 291.43º | 0.98% | 0.75% | - |
| XYZ | 25.06 | 11.87 | 50.84 | - |
| YUV | 72.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 192 | 0.14 | 0.98 | 0 | 0.25 | 291.43 | 0.97 | 0.38 |
| Hex | A5 | 3 | C0 | E | 62 | 0 | 19 | 123 | 61 | 26 |
| Octal | 245 | 3 | 300 | 16 | 142 | 0 | 31 | 443 | 141 | 46 |
| Binary | 10100101 | 11 | 11000000 | 1110 | 1100010 | 0 | 11001 | 100100011 | 1100001 | 100110 |
Color Harmonies of #A503C0
Complementary color
Monochromatic Colors of #A503C0
Black with #A503C0
Text Example
Text Example
White with #A503C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503C0; }
p { color: rgb(165,3,192); }
H1.HeaderClassName
{
color: #A503C0;
}
.AnyTagClassName
{
color: #A503C0;
}
</style>
background-color css
<style>
a { background-color: #A503C0; }
a { background-color: rgb(165,3,192); }
div.DivClassName
{
background-color: #A503C0;
}
.BgClassName
{
background-color: #A503C0;
}
</style>
border-color css
<style>
span { border-color: #A503C0; }
span { border-color: rgb(165,3,192); }
td.TdClassName
{
border-color: #A503C0;
}
.TagClassName
{
border-color: #A503C0;
}
</style>