Shades of Dark Violet #A90BCC
Tints of Dark Violet #A90BCC
RGB
CMYK
RGB Variations
Color information
#A90BCC (or 0xA90BCC) is known color: Dark Violet. HEX triplet: A9, 0B and CC. RGB value is (169,11,204). Sum of RGB (Red+Green+Blue) = 169+11+204=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #A90BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BCC is #56F433. Grayscale: #4F4F4F. Windows color (decimal): -5698612 or 13372329. OLE color: 13372329.
HSL color Cylindrical-coordinate representation of color #A90BCC: hue angle of 289.12º 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 #A90BCC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 11 | 204 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.2 |
| HSL | 289.12º | 0.9% | 0.42% | - |
| HSV(B) | 289.12º | 0.95% | 0.8% | - |
| XYZ | 27.38 | 13.03 | 58.2 | - |
| YUV | 80.24 | 197.85 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 204 | 0.17 | 0.95 | 0 | 0.2 | 289.12 | 0.9 | 0.42 |
| Hex | A9 | B | CC | 11 | 5F | 0 | 14 | 121 | 5A | 2A |
| Octal | 251 | 13 | 314 | 21 | 137 | 0 | 24 | 441 | 132 | 52 |
| Binary | 10101001 | 1011 | 11001100 | 10001 | 1011111 | 0 | 10100 | 100100001 | 1011010 | 101010 |
Color Harmonies of #A90BCC
Complementary color
Monochromatic Colors of #A90BCC
Black with #A90BCC
Text Example
Text Example
White with #A90BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BCC; }
p { color: rgb(169,11,204); }
H1.HeaderClassName
{
color: #A90BCC;
}
.AnyTagClassName
{
color: #A90BCC;
}
</style>
background-color css
<style>
a { background-color: #A90BCC; }
a { background-color: rgb(169,11,204); }
div.DivClassName
{
background-color: #A90BCC;
}
.BgClassName
{
background-color: #A90BCC;
}
</style>
border-color css
<style>
span { border-color: #A90BCC; }
span { border-color: rgb(169,11,204); }
td.TdClassName
{
border-color: #A90BCC;
}
.TagClassName
{
border-color: #A90BCC;
}
</style>