Shades of Dark Violet #A903D3
Tints of Dark Violet #A903D3
RGB
CMYK
RGB Variations
Color information
#A903D3 (or 0xA903D3) is known color: Dark Violet. HEX triplet: A9, 03 and D3. RGB value is (169,3,211). Sum of RGB (Red+Green+Blue) = 169+3+211=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #A903D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A903D3 is #56FC2C. Grayscale: #4B4B4B. Windows color (decimal): -5700653 or 13829033. OLE color: 13829033.
HSL color Cylindrical-coordinate representation of color #A903D3: hue angle of 287.88º 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 #A903D3 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 3 | 211 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.17 |
| HSL | 287.88º | 0.97% | 0.42% | - |
| HSV(B) | 287.88º | 0.99% | 0.83% | - |
| XYZ | 28.15 | 13.2 | 62.69 | - |
| YUV | 76.35 | 204 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 211 | 0.20 | 0.99 | 0 | 0.17 | 287.88 | 0.97 | 0.42 |
| Hex | A9 | 3 | D3 | 14 | 63 | 0 | 11 | 120 | 61 | 2A |
| Octal | 251 | 3 | 323 | 24 | 143 | 0 | 21 | 440 | 141 | 52 |
| Binary | 10101001 | 11 | 11010011 | 10100 | 1100011 | 0 | 10001 | 100100000 | 1100001 | 101010 |
Color Harmonies of #A903D3
Complementary color
Monochromatic Colors of #A903D3
Black with #A903D3
Text Example
Text Example
White with #A903D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903D3; }
p { color: rgb(169,3,211); }
H1.HeaderClassName
{
color: #A903D3;
}
.AnyTagClassName
{
color: #A903D3;
}
</style>
background-color css
<style>
a { background-color: #A903D3; }
a { background-color: rgb(169,3,211); }
div.DivClassName
{
background-color: #A903D3;
}
.BgClassName
{
background-color: #A903D3;
}
</style>
border-color css
<style>
span { border-color: #A903D3; }
span { border-color: rgb(169,3,211); }
td.TdClassName
{
border-color: #A903D3;
}
.TagClassName
{
border-color: #A903D3;
}
</style>