Shades of Dark Violet #A90DBD
Tints of Dark Violet #A90DBD
RGB
CMYK
RGB Variations
Color information
#A90DBD (or 0xA90DBD) is known color: Dark Violet. HEX triplet: A9, 0D and BD. RGB value is (169,13,189). Sum of RGB (Red+Green+Blue) = 169+13+189=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #A90DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DBD is #56F242. Grayscale: #4F4F4F. Windows color (decimal): -5698115 or 12389801. OLE color: 12389801.
HSL color Cylindrical-coordinate representation of color #A90DBD: hue angle of 293.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DBD is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 13 | 189 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.26 |
| HSL | 293.18º | 0.87% | 0.4% | - |
| HSV(B) | 293.18º | 0.93% | 0.74% | - |
| XYZ | 25.69 | 12.4 | 49.18 | - |
| YUV | 79.71 | 189.68 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 189 | 0.11 | 0.93 | 0 | 0.26 | 293.18 | 0.87 | 0.4 |
| Hex | A9 | D | BD | B | 5D | 0 | 1A | 125 | 57 | 28 |
| Octal | 251 | 15 | 275 | 13 | 135 | 0 | 32 | 445 | 127 | 50 |
| Binary | 10101001 | 1101 | 10111101 | 1011 | 1011101 | 0 | 11010 | 100100101 | 1010111 | 101000 |
Color Harmonies of #A90DBD
Complementary color
Monochromatic Colors of #A90DBD
Black with #A90DBD
Text Example
Text Example
White with #A90DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DBD; }
p { color: rgb(169,13,189); }
H1.HeaderClassName
{
color: #A90DBD;
}
.AnyTagClassName
{
color: #A90DBD;
}
</style>
background-color css
<style>
a { background-color: #A90DBD; }
a { background-color: rgb(169,13,189); }
div.DivClassName
{
background-color: #A90DBD;
}
.BgClassName
{
background-color: #A90DBD;
}
</style>
border-color css
<style>
span { border-color: #A90DBD; }
span { border-color: rgb(169,13,189); }
td.TdClassName
{
border-color: #A90DBD;
}
.TagClassName
{
border-color: #A90DBD;
}
</style>