Shades of Dark Violet #A90BE0
Tints of Dark Violet #A90BE0
RGB
CMYK
RGB Variations
Color information
#A90BE0 (or 0xA90BE0) is known color: Dark Violet. HEX triplet: A9, 0B and E0. RGB value is (169,11,224). Sum of RGB (Red+Green+Blue) = 169+11+224=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #A90BE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BE0 is #56F41F. Grayscale: #515151. Windows color (decimal): -5698592 or 14683049. OLE color: 14683049.
HSL color Cylindrical-coordinate representation of color #A90BE0: hue angle of 284.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BE0 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 11 | 224 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.12 |
| HSL | 284.51º | 0.91% | 0.46% | - |
| HSV(B) | 284.51º | 0.95% | 0.88% | - |
| XYZ | 29.94 | 14.06 | 71.66 | - |
| YUV | 82.52 | 207.85 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 224 | 0.25 | 0.95 | 0 | 0.12 | 284.51 | 0.91 | 0.46 |
| Hex | A9 | B | E0 | 19 | 5F | 0 | C | 11D | 5B | 2E |
| Octal | 251 | 13 | 340 | 31 | 137 | 0 | 14 | 435 | 133 | 56 |
| Binary | 10101001 | 1011 | 11100000 | 11001 | 1011111 | 0 | 1100 | 100011101 | 1011011 | 101110 |
Color Harmonies of #A90BE0
Complementary color
Monochromatic Colors of #A90BE0
Black with #A90BE0
Text Example
Text Example
White with #A90BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BE0; }
p { color: rgb(169,11,224); }
H1.HeaderClassName
{
color: #A90BE0;
}
.AnyTagClassName
{
color: #A90BE0;
}
</style>
background-color css
<style>
a { background-color: #A90BE0; }
a { background-color: rgb(169,11,224); }
div.DivClassName
{
background-color: #A90BE0;
}
.BgClassName
{
background-color: #A90BE0;
}
</style>
border-color css
<style>
span { border-color: #A90BE0; }
span { border-color: rgb(169,11,224); }
td.TdClassName
{
border-color: #A90BE0;
}
.TagClassName
{
border-color: #A90BE0;
}
</style>