Shades of Dark Violet #A90BDB
Tints of Dark Violet #A90BDB
RGB
CMYK
RGB Variations
Color information
#A90BDB (or 0xA90BDB) is known color: Dark Violet. HEX triplet: A9, 0B and DB. RGB value is (169,11,219). Sum of RGB (Red+Green+Blue) = 169+11+219=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #A90BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BDB is #56F424. Grayscale: #515151. Windows color (decimal): -5698597 or 14355369. OLE color: 14355369.
HSL color Cylindrical-coordinate representation of color #A90BDB: hue angle of 285.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BDB is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 11 | 219 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.14 |
| HSL | 285.58º | 0.9% | 0.45% | - |
| HSV(B) | 285.58º | 0.95% | 0.86% | - |
| XYZ | 29.27 | 13.79 | 68.14 | - |
| YUV | 81.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 219 | 0.23 | 0.95 | 0 | 0.14 | 285.58 | 0.9 | 0.45 |
| Hex | A9 | B | DB | 17 | 5F | 0 | E | 11E | 5A | 2D |
| Octal | 251 | 13 | 333 | 27 | 137 | 0 | 16 | 436 | 132 | 55 |
| Binary | 10101001 | 1011 | 11011011 | 10111 | 1011111 | 0 | 1110 | 100011110 | 1011010 | 101101 |
Color Harmonies of #A90BDB
Complementary color
Monochromatic Colors of #A90BDB
Black with #A90BDB
Text Example
Text Example
White with #A90BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BDB; }
p { color: rgb(169,11,219); }
H1.HeaderClassName
{
color: #A90BDB;
}
.AnyTagClassName
{
color: #A90BDB;
}
</style>
background-color css
<style>
a { background-color: #A90BDB; }
a { background-color: rgb(169,11,219); }
div.DivClassName
{
background-color: #A90BDB;
}
.BgClassName
{
background-color: #A90BDB;
}
</style>
border-color css
<style>
span { border-color: #A90BDB; }
span { border-color: rgb(169,11,219); }
td.TdClassName
{
border-color: #A90BDB;
}
.TagClassName
{
border-color: #A90BDB;
}
</style>