Shades of Dark Violet #A503B7
Tints of Dark Violet #A503B7
RGB
CMYK
RGB Variations
Color information
#A503B7 (or 0xA503B7) is known color: Dark Violet. HEX triplet: A5, 03 and B7. RGB value is (165,3,183). Sum of RGB (Red+Green+Blue) = 165+3+183=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #A503B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503B7 is #5AFC48. Grayscale: #474747. Windows color (decimal): -5962825 or 11994021. OLE color: 11994021.
HSL color Cylindrical-coordinate representation of color #A503B7: hue angle of 294º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A503B7 is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 3 | 183 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.28 |
| HSL | 294º | 0.97% | 0.36% | - |
| HSV(B) | 294º | 0.98% | 0.72% | - |
| XYZ | 24.1 | 11.48 | 45.75 | - |
| YUV | 71.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 183 | 0.10 | 0.98 | 0 | 0.28 | 294 | 0.97 | 0.36 |
| Hex | A5 | 3 | B7 | A | 62 | 0 | 1C | 126 | 61 | 24 |
| Octal | 245 | 3 | 267 | 12 | 142 | 0 | 34 | 446 | 141 | 44 |
| Binary | 10100101 | 11 | 10110111 | 1010 | 1100010 | 0 | 11100 | 100100110 | 1100001 | 100100 |
Color Harmonies of #A503B7
Complementary color
Monochromatic Colors of #A503B7
Black with #A503B7
Text Example
Text Example
White with #A503B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503B7; }
p { color: rgb(165,3,183); }
H1.HeaderClassName
{
color: #A503B7;
}
.AnyTagClassName
{
color: #A503B7;
}
</style>
background-color css
<style>
a { background-color: #A503B7; }
a { background-color: rgb(165,3,183); }
div.DivClassName
{
background-color: #A503B7;
}
.BgClassName
{
background-color: #A503B7;
}
</style>
border-color css
<style>
span { border-color: #A503B7; }
span { border-color: rgb(165,3,183); }
td.TdClassName
{
border-color: #A503B7;
}
.TagClassName
{
border-color: #A503B7;
}
</style>