Shades of Dark Violet #A90BBC
Tints of Dark Violet #A90BBC
RGB
CMYK
RGB Variations
Color information
#A90BBC (or 0xA90BBC) is known color: Dark Violet. HEX triplet: A9, 0B and BC. RGB value is (169,11,188). Sum of RGB (Red+Green+Blue) = 169+11+188=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #A90BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BBC is #56F443. Grayscale: #4D4D4D. Windows color (decimal): -5698628 or 12323753. OLE color: 12323753.
HSL color Cylindrical-coordinate representation of color #A90BBC: hue angle of 293.56º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90BBC is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 11 | 188 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.26 |
| HSL | 293.56º | 0.89% | 0.39% | - |
| HSV(B) | 293.56º | 0.94% | 0.74% | - |
| XYZ | 25.56 | 12.31 | 48.6 | - |
| YUV | 78.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 188 | 0.10 | 0.94 | 0 | 0.26 | 293.56 | 0.89 | 0.39 |
| Hex | A9 | B | BC | A | 5E | 0 | 1A | 126 | 59 | 27 |
| Octal | 251 | 13 | 274 | 12 | 136 | 0 | 32 | 446 | 131 | 47 |
| Binary | 10101001 | 1011 | 10111100 | 1010 | 1011110 | 0 | 11010 | 100100110 | 1011001 | 100111 |
Color Harmonies of #A90BBC
Complementary color
Monochromatic Colors of #A90BBC
Black with #A90BBC
Text Example
Text Example
White with #A90BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BBC; }
p { color: rgb(169,11,188); }
H1.HeaderClassName
{
color: #A90BBC;
}
.AnyTagClassName
{
color: #A90BBC;
}
</style>
background-color css
<style>
a { background-color: #A90BBC; }
a { background-color: rgb(169,11,188); }
div.DivClassName
{
background-color: #A90BBC;
}
.BgClassName
{
background-color: #A90BBC;
}
</style>
border-color css
<style>
span { border-color: #A90BBC; }
span { border-color: rgb(169,11,188); }
td.TdClassName
{
border-color: #A90BBC;
}
.TagClassName
{
border-color: #A90BBC;
}
</style>