Shades of Dark Violet #A90BCB
Tints of Dark Violet #A90BCB
RGB
CMYK
RGB Variations
Color information
#A90BCB (or 0xA90BCB) is known color: Dark Violet. HEX triplet: A9, 0B and CB. RGB value is (169,11,203). Sum of RGB (Red+Green+Blue) = 169+11+203=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #A90BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BCB is #56F434. Grayscale: #4F4F4F. Windows color (decimal): -5698613 or 13306793. OLE color: 13306793.
HSL color Cylindrical-coordinate representation of color #A90BCB: hue angle of 289.38º 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 #A90BCB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 11 | 203 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.20 |
| HSL | 289.38º | 0.9% | 0.42% | - |
| HSV(B) | 289.38º | 0.95% | 0.8% | - |
| XYZ | 27.26 | 12.99 | 57.57 | - |
| YUV | 80.13 | 197.35 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 203 | 0.17 | 0.95 | 0 | 0.20 | 289.38 | 0.9 | 0.42 |
| Hex | A9 | B | CB | 11 | 5F | 0 | 14 | 121 | 5A | 2A |
| Octal | 251 | 13 | 313 | 21 | 137 | 0 | 24 | 441 | 132 | 52 |
| Binary | 10101001 | 1011 | 11001011 | 10001 | 1011111 | 0 | 10100 | 100100001 | 1011010 | 101010 |
Color Harmonies of #A90BCB
Complementary color
Monochromatic Colors of #A90BCB
Black with #A90BCB
Text Example
Text Example
White with #A90BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BCB; }
p { color: rgb(169,11,203); }
H1.HeaderClassName
{
color: #A90BCB;
}
.AnyTagClassName
{
color: #A90BCB;
}
</style>
background-color css
<style>
a { background-color: #A90BCB; }
a { background-color: rgb(169,11,203); }
div.DivClassName
{
background-color: #A90BCB;
}
.BgClassName
{
background-color: #A90BCB;
}
</style>
border-color css
<style>
span { border-color: #A90BCB; }
span { border-color: rgb(169,11,203); }
td.TdClassName
{
border-color: #A90BCB;
}
.TagClassName
{
border-color: #A90BCB;
}
</style>