Shades of Dark Violet #A90AB7
Tints of Dark Violet #A90AB7
RGB
CMYK
RGB Variations
Color information
#A90AB7 (or 0xA90AB7) is known color: Dark Violet. HEX triplet: A9, 0A and B7. RGB value is (169,10,183). Sum of RGB (Red+Green+Blue) = 169+10+183=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #A90AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AB7 is #56F548. Grayscale: #4C4C4C. Windows color (decimal): -5698889 or 11995817. OLE color: 11995817.
HSL color Cylindrical-coordinate representation of color #A90AB7: hue angle of 295.14º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90AB7 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 10 | 183 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.28 |
| HSL | 295.14º | 0.9% | 0.38% | - |
| HSV(B) | 295.14º | 0.95% | 0.72% | - |
| XYZ | 25.02 | 12.07 | 45.81 | - |
| YUV | 77.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 183 | 0.08 | 0.95 | 0 | 0.28 | 295.14 | 0.9 | 0.38 |
| Hex | A9 | A | B7 | 8 | 5F | 0 | 1C | 127 | 5A | 26 |
| Octal | 251 | 12 | 267 | 10 | 137 | 0 | 34 | 447 | 132 | 46 |
| Binary | 10101001 | 1010 | 10110111 | 1000 | 1011111 | 0 | 11100 | 100100111 | 1011010 | 100110 |
Color Harmonies of #A90AB7
Complementary color
Monochromatic Colors of #A90AB7
Black with #A90AB7
Text Example
Text Example
White with #A90AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AB7; }
p { color: rgb(169,10,183); }
H1.HeaderClassName
{
color: #A90AB7;
}
.AnyTagClassName
{
color: #A90AB7;
}
</style>
background-color css
<style>
a { background-color: #A90AB7; }
a { background-color: rgb(169,10,183); }
div.DivClassName
{
background-color: #A90AB7;
}
.BgClassName
{
background-color: #A90AB7;
}
</style>
border-color css
<style>
span { border-color: #A90AB7; }
span { border-color: rgb(169,10,183); }
td.TdClassName
{
border-color: #A90AB7;
}
.TagClassName
{
border-color: #A90AB7;
}
</style>