Shades of Dark Violet #A90AC5
Tints of Dark Violet #A90AC5
RGB
CMYK
RGB Variations
Color information
#A90AC5 (or 0xA90AC5) is known color: Dark Violet. HEX triplet: A9, 0A and C5. RGB value is (169,10,197). Sum of RGB (Red+Green+Blue) = 169+10+197=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #A90AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AC5 is #56F53A. Grayscale: #4E4E4E. Windows color (decimal): -5698875 or 12913321. OLE color: 12913321.
HSL color Cylindrical-coordinate representation of color #A90AC5: hue angle of 291.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90AC5 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 10 | 197 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.23 |
| HSL | 291.02º | 0.9% | 0.41% | - |
| HSV(B) | 291.02º | 0.95% | 0.77% | - |
| XYZ | 26.55 | 12.68 | 53.87 | - |
| YUV | 78.86 | 194.68 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 197 | 0.14 | 0.95 | 0 | 0.23 | 291.02 | 0.9 | 0.41 |
| Hex | A9 | A | C5 | E | 5F | 0 | 17 | 123 | 5A | 29 |
| Octal | 251 | 12 | 305 | 16 | 137 | 0 | 27 | 443 | 132 | 51 |
| Binary | 10101001 | 1010 | 11000101 | 1110 | 1011111 | 0 | 10111 | 100100011 | 1011010 | 101001 |
Color Harmonies of #A90AC5
Complementary color
Monochromatic Colors of #A90AC5
Black with #A90AC5
Text Example
Text Example
White with #A90AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AC5; }
p { color: rgb(169,10,197); }
H1.HeaderClassName
{
color: #A90AC5;
}
.AnyTagClassName
{
color: #A90AC5;
}
</style>
background-color css
<style>
a { background-color: #A90AC5; }
a { background-color: rgb(169,10,197); }
div.DivClassName
{
background-color: #A90AC5;
}
.BgClassName
{
background-color: #A90AC5;
}
</style>
border-color css
<style>
span { border-color: #A90AC5; }
span { border-color: rgb(169,10,197); }
td.TdClassName
{
border-color: #A90AC5;
}
.TagClassName
{
border-color: #A90AC5;
}
</style>