Shades of Dark Violet #A90DBB
Tints of Dark Violet #A90DBB
RGB
CMYK
RGB Variations
Color information
#A90DBB (or 0xA90DBB) is known color: Dark Violet. HEX triplet: A9, 0D and BB. RGB value is (169,13,187). Sum of RGB (Red+Green+Blue) = 169+13+187=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #A90DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DBB is #56F244. Grayscale: #4E4E4E. Windows color (decimal): -5698117 or 12258729. OLE color: 12258729.
HSL color Cylindrical-coordinate representation of color #A90DBB: hue angle of 293.79º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DBB is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 13 | 187 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.27 |
| HSL | 293.79º | 0.87% | 0.39% | - |
| HSV(B) | 293.79º | 0.93% | 0.73% | - |
| XYZ | 25.48 | 12.31 | 48.05 | - |
| YUV | 79.48 | 188.68 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 187 | 0.10 | 0.93 | 0 | 0.27 | 293.79 | 0.87 | 0.39 |
| Hex | A9 | D | BB | A | 5D | 0 | 1B | 126 | 57 | 27 |
| Octal | 251 | 15 | 273 | 12 | 135 | 0 | 33 | 446 | 127 | 47 |
| Binary | 10101001 | 1101 | 10111011 | 1010 | 1011101 | 0 | 11011 | 100100110 | 1010111 | 100111 |
Color Harmonies of #A90DBB
Complementary color
Monochromatic Colors of #A90DBB
Black with #A90DBB
Text Example
Text Example
White with #A90DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DBB; }
p { color: rgb(169,13,187); }
H1.HeaderClassName
{
color: #A90DBB;
}
.AnyTagClassName
{
color: #A90DBB;
}
</style>
background-color css
<style>
a { background-color: #A90DBB; }
a { background-color: rgb(169,13,187); }
div.DivClassName
{
background-color: #A90DBB;
}
.BgClassName
{
background-color: #A90DBB;
}
</style>
border-color css
<style>
span { border-color: #A90DBB; }
span { border-color: rgb(169,13,187); }
td.TdClassName
{
border-color: #A90DBB;
}
.TagClassName
{
border-color: #A90DBB;
}
</style>