Shades of Violet Blue #A25E9E
Tints of Violet Blue #A25E9E
RGB
CMYK
RGB Variations
Color information
#A25E9E (or 0xA25E9E) is known color: Violet Blue. HEX triplet: A2, 5E and 9E. RGB value is (162,94,158). Sum of RGB (Red+Green+Blue) = 162+94+158=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25E9E is #5DA161. Grayscale: #797979. Windows color (decimal): -6136162 or 10378914. OLE color: 10378914.
HSL color Cylindrical-coordinate representation of color #A25E9E: hue angle of 303.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25E9E is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 158 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.36 |
| HSL | 303.53º | 0.27% | 0.5% | - |
| HSV(B) | 303.53º | 0.42% | 0.64% | - |
| XYZ | 25.07 | 18.16 | 34.53 | - |
| YUV | 121.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 158 | 0 | 0.42 | 0.02 | 0.36 | 303.53 | 0.27 | 0.5 |
| Hex | A2 | 5E | 9E | 0 | 2A | 2 | 24 | 130 | 1B | 32 |
| Octal | 242 | 136 | 236 | 0 | 52 | 2 | 44 | 460 | 33 | 62 |
| Binary | 10100010 | 1011110 | 10011110 | 0 | 101010 | 10 | 100100 | 100110000 | 11011 | 110010 |
Color Harmonies of #A25E9E
Complementary color
Monochromatic Colors of #A25E9E
Black with #A25E9E
Text Example
Text Example
White with #A25E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E9E; }
p { color: rgb(162,94,158); }
H1.HeaderClassName
{
color: #A25E9E;
}
.AnyTagClassName
{
color: #A25E9E;
}
</style>
background-color css
<style>
a { background-color: #A25E9E; }
a { background-color: rgb(162,94,158); }
div.DivClassName
{
background-color: #A25E9E;
}
.BgClassName
{
background-color: #A25E9E;
}
</style>
border-color css
<style>
span { border-color: #A25E9E; }
span { border-color: rgb(162,94,158); }
td.TdClassName
{
border-color: #A25E9E;
}
.TagClassName
{
border-color: #A25E9E;
}
</style>