Shades of Dark Violet #A905D3
Tints of Dark Violet #A905D3
RGB
CMYK
RGB Variations
Color information
#A905D3 (or 0xA905D3) is known color: Dark Violet. HEX triplet: A9, 05 and D3. RGB value is (169,5,211). Sum of RGB (Red+Green+Blue) = 169+5+211=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #A905D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905D3 is #56FA2C. Grayscale: #4C4C4C. Windows color (decimal): -5700141 or 13829545. OLE color: 13829545.
HSL color Cylindrical-coordinate representation of color #A905D3: hue angle of 287.77º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905D3 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 5 | 211 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.17 |
| HSL | 287.77º | 0.95% | 0.42% | - |
| HSV(B) | 287.77º | 0.98% | 0.83% | - |
| XYZ | 28.17 | 13.25 | 62.7 | - |
| YUV | 77.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 211 | 0.20 | 0.98 | 0 | 0.17 | 287.77 | 0.95 | 0.42 |
| Hex | A9 | 5 | D3 | 14 | 62 | 0 | 11 | 120 | 5F | 2A |
| Octal | 251 | 5 | 323 | 24 | 142 | 0 | 21 | 440 | 137 | 52 |
| Binary | 10101001 | 101 | 11010011 | 10100 | 1100010 | 0 | 10001 | 100100000 | 1011111 | 101010 |
Color Harmonies of #A905D3
Complementary color
Monochromatic Colors of #A905D3
Black with #A905D3
Text Example
Text Example
White with #A905D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905D3; }
p { color: rgb(169,5,211); }
H1.HeaderClassName
{
color: #A905D3;
}
.AnyTagClassName
{
color: #A905D3;
}
</style>
background-color css
<style>
a { background-color: #A905D3; }
a { background-color: rgb(169,5,211); }
div.DivClassName
{
background-color: #A905D3;
}
.BgClassName
{
background-color: #A905D3;
}
</style>
border-color css
<style>
span { border-color: #A905D3; }
span { border-color: rgb(169,5,211); }
td.TdClassName
{
border-color: #A905D3;
}
.TagClassName
{
border-color: #A905D3;
}
</style>