Shades of Dark Violet #A905D0
Tints of Dark Violet #A905D0
RGB
CMYK
RGB Variations
Color information
#A905D0 (or 0xA905D0) is known color: Dark Violet. HEX triplet: A9, 05 and D0. RGB value is (169,5,208). Sum of RGB (Red+Green+Blue) = 169+5+208=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #A905D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905D0 is #56FA2F. Grayscale: #4C4C4C. Windows color (decimal): -5700144 or 13632937. OLE color: 13632937.
HSL color Cylindrical-coordinate representation of color #A905D0: hue angle of 288.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905D0 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 5 | 208 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.18 |
| HSL | 288.47º | 0.95% | 0.42% | - |
| HSV(B) | 288.47º | 0.98% | 0.82% | - |
| XYZ | 27.8 | 13.1 | 60.74 | - |
| YUV | 77.18 | 201.83 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 208 | 0.19 | 0.98 | 0 | 0.18 | 288.47 | 0.95 | 0.42 |
| Hex | A9 | 5 | D0 | 13 | 62 | 0 | 12 | 120 | 5F | 2A |
| Octal | 251 | 5 | 320 | 23 | 142 | 0 | 22 | 440 | 137 | 52 |
| Binary | 10101001 | 101 | 11010000 | 10011 | 1100010 | 0 | 10010 | 100100000 | 1011111 | 101010 |
Color Harmonies of #A905D0
Complementary color
Monochromatic Colors of #A905D0
Black with #A905D0
Text Example
Text Example
White with #A905D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905D0; }
p { color: rgb(169,5,208); }
H1.HeaderClassName
{
color: #A905D0;
}
.AnyTagClassName
{
color: #A905D0;
}
</style>
background-color css
<style>
a { background-color: #A905D0; }
a { background-color: rgb(169,5,208); }
div.DivClassName
{
background-color: #A905D0;
}
.BgClassName
{
background-color: #A905D0;
}
</style>
border-color css
<style>
span { border-color: #A905D0; }
span { border-color: rgb(169,5,208); }
td.TdClassName
{
border-color: #A905D0;
}
.TagClassName
{
border-color: #A905D0;
}
</style>