Shades of Dark Violet #A90BE6
Tints of Dark Violet #A90BE6
RGB
CMYK
RGB Variations
Color information
#A90BE6 (or 0xA90BE6) is known color: Dark Violet. HEX triplet: A9, 0B and E6. RGB value is (169,11,230). Sum of RGB (Red+Green+Blue) = 169+11+230=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #A90BE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BE6 is #56F419. Grayscale: #525252. Windows color (decimal): -5698586 or 15076265. OLE color: 15076265.
HSL color Cylindrical-coordinate representation of color #A90BE6: hue angle of 283.29º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BE6 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 11 | 230 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.10 |
| HSL | 283.29º | 0.91% | 0.47% | - |
| HSV(B) | 283.29º | 0.95% | 0.9% | - |
| XYZ | 30.76 | 14.39 | 76.02 | - |
| YUV | 83.21 | 210.85 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 230 | 0.27 | 0.95 | 0 | 0.10 | 283.29 | 0.91 | 0.47 |
| Hex | A9 | B | E6 | 1B | 5F | 0 | A | 11B | 5B | 2F |
| Octal | 251 | 13 | 346 | 33 | 137 | 0 | 12 | 433 | 133 | 57 |
| Binary | 10101001 | 1011 | 11100110 | 11011 | 1011111 | 0 | 1010 | 100011011 | 1011011 | 101111 |
Color Harmonies of #A90BE6
Complementary color
Monochromatic Colors of #A90BE6
Black with #A90BE6
Text Example
Text Example
White with #A90BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BE6; }
p { color: rgb(169,11,230); }
H1.HeaderClassName
{
color: #A90BE6;
}
.AnyTagClassName
{
color: #A90BE6;
}
</style>
background-color css
<style>
a { background-color: #A90BE6; }
a { background-color: rgb(169,11,230); }
div.DivClassName
{
background-color: #A90BE6;
}
.BgClassName
{
background-color: #A90BE6;
}
</style>
border-color css
<style>
span { border-color: #A90BE6; }
span { border-color: rgb(169,11,230); }
td.TdClassName
{
border-color: #A90BE6;
}
.TagClassName
{
border-color: #A90BE6;
}
</style>