Shades of Violet Blue #A25A99
Tints of Violet Blue #A25A99
RGB
CMYK
RGB Variations
Color information
#A25A99 (or 0xA25A99) is known color: Violet Blue. HEX triplet: A2, 5A and 99. RGB value is (162,90,153). Sum of RGB (Red+Green+Blue) = 162+90+153=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25A99 is #5DA566. Grayscale: #767676. Windows color (decimal): -6137191 or 10050210. OLE color: 10050210.
HSL color Cylindrical-coordinate representation of color #A25A99: hue angle of 307.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25A99 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 153 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.36 |
| HSL | 307.5º | 0.29% | 0.49% | - |
| HSV(B) | 307.5º | 0.44% | 0.64% | - |
| XYZ | 24.31 | 17.29 | 32.19 | - |
| YUV | 118.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 153 | 0 | 0.44 | 0.06 | 0.36 | 307.5 | 0.29 | 0.49 |
| Hex | A2 | 5A | 99 | 0 | 2C | 6 | 24 | 134 | 1D | 31 |
| Octal | 242 | 132 | 231 | 0 | 54 | 6 | 44 | 464 | 35 | 61 |
| Binary | 10100010 | 1011010 | 10011001 | 0 | 101100 | 110 | 100100 | 100110100 | 11101 | 110001 |
Color Harmonies of #A25A99
Complementary color
Monochromatic Colors of #A25A99
Black with #A25A99
Text Example
Text Example
White with #A25A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A99; }
p { color: rgb(162,90,153); }
H1.HeaderClassName
{
color: #A25A99;
}
.AnyTagClassName
{
color: #A25A99;
}
</style>
background-color css
<style>
a { background-color: #A25A99; }
a { background-color: rgb(162,90,153); }
div.DivClassName
{
background-color: #A25A99;
}
.BgClassName
{
background-color: #A25A99;
}
</style>
border-color css
<style>
span { border-color: #A25A99; }
span { border-color: rgb(162,90,153); }
td.TdClassName
{
border-color: #A25A99;
}
.TagClassName
{
border-color: #A25A99;
}
</style>