Shades of Dark Violet #A90AB4
Tints of Dark Violet #A90AB4
RGB
CMYK
RGB Variations
Color information
#A90AB4 (or 0xA90AB4) is known color: Dark Violet. HEX triplet: A9, 0A and B4. RGB value is (169,10,180). Sum of RGB (Red+Green+Blue) = 169+10+180=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 180 (70.70% from 255 or 50.14% from 359); Max value from RGB is 180 - color contains mainly: blue. Hex color #A90AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AB4 is #56F54B. Grayscale: #4C4C4C. Windows color (decimal): -5698892 or 11799209. OLE color: 11799209.
HSL color Cylindrical-coordinate representation of color #A90AB4: hue angle of 296.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90AB4 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 10 | 180 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.29 |
| HSL | 296.12º | 0.89% | 0.37% | - |
| HSV(B) | 296.12º | 0.94% | 0.71% | - |
| XYZ | 24.71 | 11.95 | 44.18 | - |
| YUV | 76.92 | 186.18 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 180 | 0.06 | 0.94 | 0 | 0.29 | 296.12 | 0.89 | 0.37 |
| Hex | A9 | A | B4 | 6 | 5E | 0 | 1D | 128 | 59 | 25 |
| Octal | 251 | 12 | 264 | 6 | 136 | 0 | 35 | 450 | 131 | 45 |
| Binary | 10101001 | 1010 | 10110100 | 110 | 1011110 | 0 | 11101 | 100101000 | 1011001 | 100101 |
Color Harmonies of #A90AB4
Complementary color
Monochromatic Colors of #A90AB4
Black with #A90AB4
Text Example
Text Example
White with #A90AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AB4; }
p { color: rgb(169,10,180); }
H1.HeaderClassName
{
color: #A90AB4;
}
.AnyTagClassName
{
color: #A90AB4;
}
</style>
background-color css
<style>
a { background-color: #A90AB4; }
a { background-color: rgb(169,10,180); }
div.DivClassName
{
background-color: #A90AB4;
}
.BgClassName
{
background-color: #A90AB4;
}
</style>
border-color css
<style>
span { border-color: #A90AB4; }
span { border-color: rgb(169,10,180); }
td.TdClassName
{
border-color: #A90AB4;
}
.TagClassName
{
border-color: #A90AB4;
}
</style>