Shades of Dark Violet #A90FB7
Tints of Dark Violet #A90FB7
RGB
CMYK
RGB Variations
Color information
#A90FB7 (or 0xA90FB7) is known color: Dark Violet. HEX triplet: A9, 0F and B7. RGB value is (169,15,183). Sum of RGB (Red+Green+Blue) = 169+15+183=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #A90FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FB7 is #56F048. Grayscale: #4F4F4F. Windows color (decimal): -5697609 or 11997097. OLE color: 11997097.
HSL color Cylindrical-coordinate representation of color #A90FB7: hue angle of 295º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90FB7 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 15 | 183 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.28 |
| HSL | 295º | 0.85% | 0.39% | - |
| HSV(B) | 295º | 0.92% | 0.72% | - |
| XYZ | 25.08 | 12.2 | 45.83 | - |
| YUV | 80.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 183 | 0.08 | 0.92 | 0 | 0.28 | 295 | 0.85 | 0.39 |
| Hex | A9 | F | B7 | 8 | 5C | 0 | 1C | 127 | 55 | 27 |
| Octal | 251 | 17 | 267 | 10 | 134 | 0 | 34 | 447 | 125 | 47 |
| Binary | 10101001 | 1111 | 10110111 | 1000 | 1011100 | 0 | 11100 | 100100111 | 1010101 | 100111 |
Color Harmonies of #A90FB7
Complementary color
Monochromatic Colors of #A90FB7
Black with #A90FB7
Text Example
Text Example
White with #A90FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FB7; }
p { color: rgb(169,15,183); }
H1.HeaderClassName
{
color: #A90FB7;
}
.AnyTagClassName
{
color: #A90FB7;
}
</style>
background-color css
<style>
a { background-color: #A90FB7; }
a { background-color: rgb(169,15,183); }
div.DivClassName
{
background-color: #A90FB7;
}
.BgClassName
{
background-color: #A90FB7;
}
</style>
border-color css
<style>
span { border-color: #A90FB7; }
span { border-color: rgb(169,15,183); }
td.TdClassName
{
border-color: #A90FB7;
}
.TagClassName
{
border-color: #A90FB7;
}
</style>