Shades of Dark Violet #A503D3
Tints of Dark Violet #A503D3
RGB
CMYK
RGB Variations
Color information
#A503D3 (or 0xA503D3) is known color: Dark Violet. HEX triplet: A5, 03 and D3. RGB value is (165,3,211). Sum of RGB (Red+Green+Blue) = 165+3+211=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #A503D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503D3 is #5AFC2C. Grayscale: #4A4A4A. Windows color (decimal): -5962797 or 13829029. OLE color: 13829029.
HSL color Cylindrical-coordinate representation of color #A503D3: hue angle of 286.73º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503D3 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 3 | 211 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.17 |
| HSL | 286.73º | 0.97% | 0.42% | - |
| HSV(B) | 286.73º | 0.99% | 0.83% | - |
| XYZ | 27.31 | 12.77 | 62.65 | - |
| YUV | 75.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 211 | 0.22 | 0.99 | 0 | 0.17 | 286.73 | 0.97 | 0.42 |
| Hex | A5 | 3 | D3 | 16 | 63 | 0 | 11 | 11F | 61 | 2A |
| Octal | 245 | 3 | 323 | 26 | 143 | 0 | 21 | 437 | 141 | 52 |
| Binary | 10100101 | 11 | 11010011 | 10110 | 1100011 | 0 | 10001 | 100011111 | 1100001 | 101010 |
Color Harmonies of #A503D3
Complementary color
Monochromatic Colors of #A503D3
Black with #A503D3
Text Example
Text Example
White with #A503D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503D3; }
p { color: rgb(165,3,211); }
H1.HeaderClassName
{
color: #A503D3;
}
.AnyTagClassName
{
color: #A503D3;
}
</style>
background-color css
<style>
a { background-color: #A503D3; }
a { background-color: rgb(165,3,211); }
div.DivClassName
{
background-color: #A503D3;
}
.BgClassName
{
background-color: #A503D3;
}
</style>
border-color css
<style>
span { border-color: #A503D3; }
span { border-color: rgb(165,3,211); }
td.TdClassName
{
border-color: #A503D3;
}
.TagClassName
{
border-color: #A503D3;
}
</style>