Shades of Dark Violet #A903D1
Tints of Dark Violet #A903D1
RGB
CMYK
RGB Variations
Color information
#A903D1 (or 0xA903D1) is known color: Dark Violet. HEX triplet: A9, 03 and D1. RGB value is (169,3,209). Sum of RGB (Red+Green+Blue) = 169+3+209=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #A903D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A903D1 is #56FC2E. Grayscale: #4B4B4B. Windows color (decimal): -5700655 or 13697961. OLE color: 13697961.
HSL color Cylindrical-coordinate representation of color #A903D1: hue angle of 288.35º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A903D1 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 3 | 209 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.18 |
| HSL | 288.35º | 0.97% | 0.42% | - |
| HSV(B) | 288.35º | 0.99% | 0.82% | - |
| XYZ | 27.9 | 13.1 | 61.38 | - |
| YUV | 76.12 | 203 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 209 | 0.19 | 0.99 | 0 | 0.18 | 288.35 | 0.97 | 0.42 |
| Hex | A9 | 3 | D1 | 13 | 63 | 0 | 12 | 120 | 61 | 2A |
| Octal | 251 | 3 | 321 | 23 | 143 | 0 | 22 | 440 | 141 | 52 |
| Binary | 10101001 | 11 | 11010001 | 10011 | 1100011 | 0 | 10010 | 100100000 | 1100001 | 101010 |
Color Harmonies of #A903D1
Complementary color
Monochromatic Colors of #A903D1
Black with #A903D1
Text Example
Text Example
White with #A903D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903D1; }
p { color: rgb(169,3,209); }
H1.HeaderClassName
{
color: #A903D1;
}
.AnyTagClassName
{
color: #A903D1;
}
</style>
background-color css
<style>
a { background-color: #A903D1; }
a { background-color: rgb(169,3,209); }
div.DivClassName
{
background-color: #A903D1;
}
.BgClassName
{
background-color: #A903D1;
}
</style>
border-color css
<style>
span { border-color: #A903D1; }
span { border-color: rgb(169,3,209); }
td.TdClassName
{
border-color: #A903D1;
}
.TagClassName
{
border-color: #A903D1;
}
</style>