Shades of Violet Blue #A25497
Tints of Violet Blue #A25497
RGB
CMYK
RGB Variations
Color information
#A25497 (or 0xA25497) is known color: Violet Blue. HEX triplet: A2, 54 and 97. RGB value is (162,84,151). Sum of RGB (Red+Green+Blue) = 162+84+151=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A25497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25497 is #5DAB68. Grayscale: #727272. Windows color (decimal): -6138729 or 9917602. OLE color: 9917602.
HSL color Cylindrical-coordinate representation of color #A25497: hue angle of 308.46º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25497 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 151 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.36 |
| HSL | 308.46º | 0.32% | 0.48% | - |
| HSV(B) | 308.46º | 0.48% | 0.64% | - |
| XYZ | 23.66 | 16.26 | 31.17 | - |
| YUV | 114.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 151 | 0 | 0.48 | 0.07 | 0.36 | 308.46 | 0.32 | 0.48 |
| Hex | A2 | 54 | 97 | 0 | 30 | 7 | 24 | 134 | 20 | 30 |
| Octal | 242 | 124 | 227 | 0 | 60 | 7 | 44 | 464 | 40 | 60 |
| Binary | 10100010 | 1010100 | 10010111 | 0 | 110000 | 111 | 100100 | 100110100 | 100000 | 110000 |
Color Harmonies of #A25497
Complementary color
Monochromatic Colors of #A25497
Black with #A25497
Text Example
Text Example
White with #A25497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25497; }
p { color: rgb(162,84,151); }
H1.HeaderClassName
{
color: #A25497;
}
.AnyTagClassName
{
color: #A25497;
}
</style>
background-color css
<style>
a { background-color: #A25497; }
a { background-color: rgb(162,84,151); }
div.DivClassName
{
background-color: #A25497;
}
.BgClassName
{
background-color: #A25497;
}
</style>
border-color css
<style>
span { border-color: #A25497; }
span { border-color: rgb(162,84,151); }
td.TdClassName
{
border-color: #A25497;
}
.TagClassName
{
border-color: #A25497;
}
</style>