Shades of Dark Violet #A503C5
Tints of Dark Violet #A503C5
RGB
CMYK
RGB Variations
Color information
#A503C5 (or 0xA503C5) is known color: Dark Violet. HEX triplet: A5, 03 and C5. RGB value is (165,3,197). Sum of RGB (Red+Green+Blue) = 165+3+197=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #A503C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503C5 is #5AFC3A. Grayscale: #484848. Windows color (decimal): -5962811 or 12911525. OLE color: 12911525.
HSL color Cylindrical-coordinate representation of color #A503C5: hue angle of 290.1º 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 #A503C5 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 3 | 197 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.23 |
| HSL | 290.1º | 0.97% | 0.39% | - |
| HSV(B) | 290.1º | 0.98% | 0.77% | - |
| XYZ | 25.63 | 12.1 | 53.81 | - |
| YUV | 73.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 197 | 0.16 | 0.98 | 0 | 0.23 | 290.1 | 0.97 | 0.39 |
| Hex | A5 | 3 | C5 | 10 | 62 | 0 | 17 | 122 | 61 | 27 |
| Octal | 245 | 3 | 305 | 20 | 142 | 0 | 27 | 442 | 141 | 47 |
| Binary | 10100101 | 11 | 11000101 | 10000 | 1100010 | 0 | 10111 | 100100010 | 1100001 | 100111 |
Color Harmonies of #A503C5
Complementary color
Monochromatic Colors of #A503C5
Black with #A503C5
Text Example
Text Example
White with #A503C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503C5; }
p { color: rgb(165,3,197); }
H1.HeaderClassName
{
color: #A503C5;
}
.AnyTagClassName
{
color: #A503C5;
}
</style>
background-color css
<style>
a { background-color: #A503C5; }
a { background-color: rgb(165,3,197); }
div.DivClassName
{
background-color: #A503C5;
}
.BgClassName
{
background-color: #A503C5;
}
</style>
border-color css
<style>
span { border-color: #A503C5; }
span { border-color: rgb(165,3,197); }
td.TdClassName
{
border-color: #A503C5;
}
.TagClassName
{
border-color: #A503C5;
}
</style>