Shades of Violet Blue #A25996
Tints of Violet Blue #A25996
RGB
CMYK
RGB Variations
Color information
#A25996 (or 0xA25996) is known color: Violet Blue. HEX triplet: A2, 59 and 96. RGB value is (162,89,150). Sum of RGB (Red+Green+Blue) = 162+89+150=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A25996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25996 is #5DA669. Grayscale: #757575. Windows color (decimal): -6137450 or 9853346. OLE color: 9853346.
HSL color Cylindrical-coordinate representation of color #A25996: hue angle of 309.86º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25996 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 150 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.36 |
| HSL | 309.86º | 0.29% | 0.49% | - |
| HSV(B) | 309.86º | 0.45% | 0.64% | - |
| XYZ | 23.98 | 17.03 | 30.88 | - |
| YUV | 117.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 150 | 0 | 0.45 | 0.07 | 0.36 | 309.86 | 0.29 | 0.49 |
| Hex | A2 | 59 | 96 | 0 | 2D | 7 | 24 | 136 | 1D | 31 |
| Octal | 242 | 131 | 226 | 0 | 55 | 7 | 44 | 466 | 35 | 61 |
| Binary | 10100010 | 1011001 | 10010110 | 0 | 101101 | 111 | 100100 | 100110110 | 11101 | 110001 |
Color Harmonies of #A25996
Complementary color
Monochromatic Colors of #A25996
Black with #A25996
Text Example
Text Example
White with #A25996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25996; }
p { color: rgb(162,89,150); }
H1.HeaderClassName
{
color: #A25996;
}
.AnyTagClassName
{
color: #A25996;
}
</style>
background-color css
<style>
a { background-color: #A25996; }
a { background-color: rgb(162,89,150); }
div.DivClassName
{
background-color: #A25996;
}
.BgClassName
{
background-color: #A25996;
}
</style>
border-color css
<style>
span { border-color: #A25996; }
span { border-color: rgb(162,89,150); }
td.TdClassName
{
border-color: #A25996;
}
.TagClassName
{
border-color: #A25996;
}
</style>