Shades of Violet Blue #A25997
Tints of Violet Blue #A25997
RGB
CMYK
RGB Variations
Color information
#A25997 (or 0xA25997) is known color: Violet Blue. HEX triplet: A2, 59 and 97. RGB value is (162,89,151). Sum of RGB (Red+Green+Blue) = 162+89+151=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A25997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25997 is #5DA668. Grayscale: #757575. Windows color (decimal): -6137449 or 9918882. OLE color: 9918882.
HSL color Cylindrical-coordinate representation of color #A25997: hue angle of 309.04º 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 #A25997 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 89 | 151 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.36 |
| HSL | 309.04º | 0.29% | 0.49% | - |
| HSV(B) | 309.04º | 0.45% | 0.64% | - |
| XYZ | 24.06 | 17.06 | 31.3 | - |
| YUV | 117.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 89 | 151 | 0 | 0.45 | 0.07 | 0.36 | 309.04 | 0.29 | 0.49 |
| Hex | A2 | 59 | 97 | 0 | 2D | 7 | 24 | 135 | 1D | 31 |
| Octal | 242 | 131 | 227 | 0 | 55 | 7 | 44 | 465 | 35 | 61 |
| Binary | 10100010 | 1011001 | 10010111 | 0 | 101101 | 111 | 100100 | 100110101 | 11101 | 110001 |
Color Harmonies of #A25997
Complementary color
Monochromatic Colors of #A25997
Black with #A25997
Text Example
Text Example
White with #A25997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25997; }
p { color: rgb(162,89,151); }
H1.HeaderClassName
{
color: #A25997;
}
.AnyTagClassName
{
color: #A25997;
}
</style>
background-color css
<style>
a { background-color: #A25997; }
a { background-color: rgb(162,89,151); }
div.DivClassName
{
background-color: #A25997;
}
.BgClassName
{
background-color: #A25997;
}
</style>
border-color css
<style>
span { border-color: #A25997; }
span { border-color: rgb(162,89,151); }
td.TdClassName
{
border-color: #A25997;
}
.TagClassName
{
border-color: #A25997;
}
</style>