Shades of Dark Violet #A905DB
Tints of Dark Violet #A905DB
RGB
CMYK
RGB Variations
Color information
#A905DB (or 0xA905DB) is known color: Dark Violet. HEX triplet: A9, 05 and DB. RGB value is (169,5,219). Sum of RGB (Red+Green+Blue) = 169+5+219=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A905DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905DB is #56FA24. Grayscale: #4D4D4D. Windows color (decimal): -5700133 or 14353833. OLE color: 14353833.
HSL color Cylindrical-coordinate representation of color #A905DB: hue angle of 285.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905DB is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 5 | 219 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.14 |
| HSL | 285.98º | 0.96% | 0.44% | - |
| HSV(B) | 285.98º | 0.98% | 0.86% | - |
| XYZ | 29.2 | 13.66 | 68.11 | - |
| YUV | 78.43 | 207.33 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 219 | 0.23 | 0.98 | 0 | 0.14 | 285.98 | 0.96 | 0.44 |
| Hex | A9 | 5 | DB | 17 | 62 | 0 | E | 11E | 60 | 2C |
| Octal | 251 | 5 | 333 | 27 | 142 | 0 | 16 | 436 | 140 | 54 |
| Binary | 10101001 | 101 | 11011011 | 10111 | 1100010 | 0 | 1110 | 100011110 | 1100000 | 101100 |
Color Harmonies of #A905DB
Complementary color
Monochromatic Colors of #A905DB
Black with #A905DB
Text Example
Text Example
White with #A905DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905DB; }
p { color: rgb(169,5,219); }
H1.HeaderClassName
{
color: #A905DB;
}
.AnyTagClassName
{
color: #A905DB;
}
</style>
background-color css
<style>
a { background-color: #A905DB; }
a { background-color: rgb(169,5,219); }
div.DivClassName
{
background-color: #A905DB;
}
.BgClassName
{
background-color: #A905DB;
}
</style>
border-color css
<style>
span { border-color: #A905DB; }
span { border-color: rgb(169,5,219); }
td.TdClassName
{
border-color: #A905DB;
}
.TagClassName
{
border-color: #A905DB;
}
</style>