Shades of Dark Violet #A90BCD
Tints of Dark Violet #A90BCD
RGB
CMYK
RGB Variations
Color information
#A90BCD (or 0xA90BCD) is known color: Dark Violet. HEX triplet: A9, 0B and CD. RGB value is (169,11,205). Sum of RGB (Red+Green+Blue) = 169+11+205=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #A90BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BCD is #56F432. Grayscale: #4F4F4F. Windows color (decimal): -5698611 or 13437865. OLE color: 13437865.
HSL color Cylindrical-coordinate representation of color #A90BCD: hue angle of 288.87º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BCD is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 11 | 205 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.20 |
| HSL | 288.87º | 0.9% | 0.42% | - |
| HSV(B) | 288.87º | 0.95% | 0.8% | - |
| XYZ | 27.5 | 13.08 | 58.83 | - |
| YUV | 80.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 205 | 0.18 | 0.95 | 0 | 0.20 | 288.87 | 0.9 | 0.42 |
| Hex | A9 | B | CD | 12 | 5F | 0 | 14 | 121 | 5A | 2A |
| Octal | 251 | 13 | 315 | 22 | 137 | 0 | 24 | 441 | 132 | 52 |
| Binary | 10101001 | 1011 | 11001101 | 10010 | 1011111 | 0 | 10100 | 100100001 | 1011010 | 101010 |
Color Harmonies of #A90BCD
Complementary color
Monochromatic Colors of #A90BCD
Black with #A90BCD
Text Example
Text Example
White with #A90BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BCD; }
p { color: rgb(169,11,205); }
H1.HeaderClassName
{
color: #A90BCD;
}
.AnyTagClassName
{
color: #A90BCD;
}
</style>
background-color css
<style>
a { background-color: #A90BCD; }
a { background-color: rgb(169,11,205); }
div.DivClassName
{
background-color: #A90BCD;
}
.BgClassName
{
background-color: #A90BCD;
}
</style>
border-color css
<style>
span { border-color: #A90BCD; }
span { border-color: rgb(169,11,205); }
td.TdClassName
{
border-color: #A90BCD;
}
.TagClassName
{
border-color: #A90BCD;
}
</style>