Shades of Dark Violet #A903E0
Tints of Dark Violet #A903E0
RGB
CMYK
RGB Variations
Color information
#A903E0 (or 0xA903E0) is known color: Dark Violet. HEX triplet: A9, 03 and E0. RGB value is (169,3,224). Sum of RGB (Red+Green+Blue) = 169+3+224=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #A903E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A903E0 is #56FC1F. Grayscale: #4D4D4D. Windows color (decimal): -5700640 or 14681001. OLE color: 14681001.
HSL color Cylindrical-coordinate representation of color #A903E0: hue angle of 285.07º 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 #A903E0 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 3 | 224 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.12 |
| HSL | 285.07º | 0.97% | 0.45% | - |
| HSV(B) | 285.07º | 0.99% | 0.88% | - |
| XYZ | 29.85 | 13.88 | 71.63 | - |
| YUV | 77.83 | 210.5 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 224 | 0.25 | 0.99 | 0 | 0.12 | 285.07 | 0.97 | 0.45 |
| Hex | A9 | 3 | E0 | 19 | 63 | 0 | C | 11D | 61 | 2D |
| Octal | 251 | 3 | 340 | 31 | 143 | 0 | 14 | 435 | 141 | 55 |
| Binary | 10101001 | 11 | 11100000 | 11001 | 1100011 | 0 | 1100 | 100011101 | 1100001 | 101101 |
Color Harmonies of #A903E0
Complementary color
Monochromatic Colors of #A903E0
Black with #A903E0
Text Example
Text Example
White with #A903E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903E0; }
p { color: rgb(169,3,224); }
H1.HeaderClassName
{
color: #A903E0;
}
.AnyTagClassName
{
color: #A903E0;
}
</style>
background-color css
<style>
a { background-color: #A903E0; }
a { background-color: rgb(169,3,224); }
div.DivClassName
{
background-color: #A903E0;
}
.BgClassName
{
background-color: #A903E0;
}
</style>
border-color css
<style>
span { border-color: #A903E0; }
span { border-color: rgb(169,3,224); }
td.TdClassName
{
border-color: #A903E0;
}
.TagClassName
{
border-color: #A903E0;
}
</style>