Shades of Dark Violet #A90BBE
Tints of Dark Violet #A90BBE
RGB
CMYK
RGB Variations
Color information
#A90BBE (or 0xA90BBE) is known color: Dark Violet. HEX triplet: A9, 0B and BE. RGB value is (169,11,190). Sum of RGB (Red+Green+Blue) = 169+11+190=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #A90BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BBE is #56F441. Grayscale: #4E4E4E. Windows color (decimal): -5698626 or 12454825. OLE color: 12454825.
HSL color Cylindrical-coordinate representation of color #A90BBE: hue angle of 292.96º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90BBE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 11 | 190 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.25 |
| HSL | 292.96º | 0.89% | 0.39% | - |
| HSV(B) | 292.96º | 0.94% | 0.75% | - |
| XYZ | 25.78 | 12.39 | 49.75 | - |
| YUV | 78.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 190 | 0.11 | 0.94 | 0 | 0.25 | 292.96 | 0.89 | 0.39 |
| Hex | A9 | B | BE | B | 5E | 0 | 19 | 125 | 59 | 27 |
| Octal | 251 | 13 | 276 | 13 | 136 | 0 | 31 | 445 | 131 | 47 |
| Binary | 10101001 | 1011 | 10111110 | 1011 | 1011110 | 0 | 11001 | 100100101 | 1011001 | 100111 |
Color Harmonies of #A90BBE
Complementary color
Monochromatic Colors of #A90BBE
Black with #A90BBE
Text Example
Text Example
White with #A90BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BBE; }
p { color: rgb(169,11,190); }
H1.HeaderClassName
{
color: #A90BBE;
}
.AnyTagClassName
{
color: #A90BBE;
}
</style>
background-color css
<style>
a { background-color: #A90BBE; }
a { background-color: rgb(169,11,190); }
div.DivClassName
{
background-color: #A90BBE;
}
.BgClassName
{
background-color: #A90BBE;
}
</style>
border-color css
<style>
span { border-color: #A90BBE; }
span { border-color: rgb(169,11,190); }
td.TdClassName
{
border-color: #A90BBE;
}
.TagClassName
{
border-color: #A90BBE;
}
</style>