Shades of Dark Violet #A503BC
Tints of Dark Violet #A503BC
RGB
CMYK
RGB Variations
Color information
#A503BC (or 0xA503BC) is known color: Dark Violet. HEX triplet: A5, 03 and BC. RGB value is (165,3,188). Sum of RGB (Red+Green+Blue) = 165+3+188=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #A503BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503BC is #5AFC43. Grayscale: #474747. Windows color (decimal): -5962820 or 12321701. OLE color: 12321701.
HSL color Cylindrical-coordinate representation of color #A503BC: hue angle of 292.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503BC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 3 | 188 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.26 |
| HSL | 292.54º | 0.97% | 0.37% | - |
| HSV(B) | 292.54º | 0.98% | 0.74% | - |
| XYZ | 24.63 | 11.7 | 48.54 | - |
| YUV | 72.53 | 193.17 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 188 | 0.12 | 0.98 | 0 | 0.26 | 292.54 | 0.97 | 0.37 |
| Hex | A5 | 3 | BC | C | 62 | 0 | 1A | 125 | 61 | 25 |
| Octal | 245 | 3 | 274 | 14 | 142 | 0 | 32 | 445 | 141 | 45 |
| Binary | 10100101 | 11 | 10111100 | 1100 | 1100010 | 0 | 11010 | 100100101 | 1100001 | 100101 |
Color Harmonies of #A503BC
Complementary color
Monochromatic Colors of #A503BC
Black with #A503BC
Text Example
Text Example
White with #A503BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503BC; }
p { color: rgb(165,3,188); }
H1.HeaderClassName
{
color: #A503BC;
}
.AnyTagClassName
{
color: #A503BC;
}
</style>
background-color css
<style>
a { background-color: #A503BC; }
a { background-color: rgb(165,3,188); }
div.DivClassName
{
background-color: #A503BC;
}
.BgClassName
{
background-color: #A503BC;
}
</style>
border-color css
<style>
span { border-color: #A503BC; }
span { border-color: rgb(165,3,188); }
td.TdClassName
{
border-color: #A503BC;
}
.TagClassName
{
border-color: #A503BC;
}
</style>