Shades of Dark Violet #A903E1
Tints of Dark Violet #A903E1
RGB
CMYK
RGB Variations
Color information
#A903E1 (or 0xA903E1) is known color: Dark Violet. HEX triplet: A9, 03 and E1. RGB value is (169,3,225). Sum of RGB (Red+Green+Blue) = 169+3+225=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #A903E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A903E1 is #56FC1E. Grayscale: #4D4D4D. Windows color (decimal): -5700639 or 14746537. OLE color: 14746537.
HSL color Cylindrical-coordinate representation of color #A903E1: hue angle of 284.86º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A903E1 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 3 | 225 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.12 |
| HSL | 284.86º | 0.97% | 0.45% | - |
| HSV(B) | 284.86º | 0.99% | 0.88% | - |
| XYZ | 29.99 | 13.94 | 72.34 | - |
| YUV | 77.94 | 211 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 225 | 0.25 | 0.99 | 0 | 0.12 | 284.86 | 0.97 | 0.45 |
| Hex | A9 | 3 | E1 | 19 | 63 | 0 | C | 11D | 61 | 2D |
| Octal | 251 | 3 | 341 | 31 | 143 | 0 | 14 | 435 | 141 | 55 |
| Binary | 10101001 | 11 | 11100001 | 11001 | 1100011 | 0 | 1100 | 100011101 | 1100001 | 101101 |
Color Harmonies of #A903E1
Complementary color
Monochromatic Colors of #A903E1
Black with #A903E1
Text Example
Text Example
White with #A903E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903E1; }
p { color: rgb(169,3,225); }
H1.HeaderClassName
{
color: #A903E1;
}
.AnyTagClassName
{
color: #A903E1;
}
</style>
background-color css
<style>
a { background-color: #A903E1; }
a { background-color: rgb(169,3,225); }
div.DivClassName
{
background-color: #A903E1;
}
.BgClassName
{
background-color: #A903E1;
}
</style>
border-color css
<style>
span { border-color: #A903E1; }
span { border-color: rgb(169,3,225); }
td.TdClassName
{
border-color: #A903E1;
}
.TagClassName
{
border-color: #A903E1;
}
</style>