Shades of Dark Violet #A503B9
Tints of Dark Violet #A503B9
RGB
CMYK
RGB Variations
Color information
#A503B9 (or 0xA503B9) is known color: Dark Violet. HEX triplet: A5, 03 and B9. RGB value is (165,3,185). Sum of RGB (Red+Green+Blue) = 165+3+185=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #A503B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503B9 is #5AFC46. Grayscale: #474747. Windows color (decimal): -5962823 or 12125093. OLE color: 12125093.
HSL color Cylindrical-coordinate representation of color #A503B9: hue angle of 293.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503B9 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 3 | 185 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.27 |
| HSL | 293.41º | 0.97% | 0.37% | - |
| HSV(B) | 293.41º | 0.98% | 0.73% | - |
| XYZ | 24.31 | 11.57 | 46.85 | - |
| YUV | 72.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 185 | 0.11 | 0.98 | 0 | 0.27 | 293.41 | 0.97 | 0.37 |
| Hex | A5 | 3 | B9 | B | 62 | 0 | 1B | 125 | 61 | 25 |
| Octal | 245 | 3 | 271 | 13 | 142 | 0 | 33 | 445 | 141 | 45 |
| Binary | 10100101 | 11 | 10111001 | 1011 | 1100010 | 0 | 11011 | 100100101 | 1100001 | 100101 |
Color Harmonies of #A503B9
Complementary color
Monochromatic Colors of #A503B9
Black with #A503B9
Text Example
Text Example
White with #A503B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503B9; }
p { color: rgb(165,3,185); }
H1.HeaderClassName
{
color: #A503B9;
}
.AnyTagClassName
{
color: #A503B9;
}
</style>
background-color css
<style>
a { background-color: #A503B9; }
a { background-color: rgb(165,3,185); }
div.DivClassName
{
background-color: #A503B9;
}
.BgClassName
{
background-color: #A503B9;
}
</style>
border-color css
<style>
span { border-color: #A503B9; }
span { border-color: rgb(165,3,185); }
td.TdClassName
{
border-color: #A503B9;
}
.TagClassName
{
border-color: #A503B9;
}
</style>