Shades of Violet Blue #A25FA9
Tints of Violet Blue #A25FA9
RGB
CMYK
RGB Variations
Color information
#A25FA9 (or 0xA25FA9) is known color: Violet Blue. HEX triplet: A2, 5F and A9. RGB value is (162,95,169). Sum of RGB (Red+Green+Blue) = 162+95+169=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 169 - color contains mainly: blue. Hex color #A25FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FA9 is #5DA056. Grayscale: #7B7B7B. Windows color (decimal): -6135895 or 11100066. OLE color: 11100066.
HSL color Cylindrical-coordinate representation of color #A25FA9: hue angle of 294.32º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25FA9 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 95 | 169 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.34 |
| HSL | 294.32º | 0.3% | 0.52% | - |
| HSV(B) | 294.32º | 0.44% | 0.66% | - |
| XYZ | 26.15 | 18.73 | 39.77 | - |
| YUV | 123.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 169 | 0.04 | 0.44 | 0 | 0.34 | 294.32 | 0.3 | 0.52 |
| Hex | A2 | 5F | A9 | 4 | 2C | 0 | 22 | 126 | 1E | 34 |
| Octal | 242 | 137 | 251 | 4 | 54 | 0 | 42 | 446 | 36 | 64 |
| Binary | 10100010 | 1011111 | 10101001 | 100 | 101100 | 0 | 100010 | 100100110 | 11110 | 110100 |
Color Harmonies of #A25FA9
Complementary color
Monochromatic Colors of #A25FA9
Black with #A25FA9
Text Example
Text Example
White with #A25FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FA9; }
p { color: rgb(162,95,169); }
H1.HeaderClassName
{
color: #A25FA9;
}
.AnyTagClassName
{
color: #A25FA9;
}
</style>
background-color css
<style>
a { background-color: #A25FA9; }
a { background-color: rgb(162,95,169); }
div.DivClassName
{
background-color: #A25FA9;
}
.BgClassName
{
background-color: #A25FA9;
}
</style>
border-color css
<style>
span { border-color: #A25FA9; }
span { border-color: rgb(162,95,169); }
td.TdClassName
{
border-color: #A25FA9;
}
.TagClassName
{
border-color: #A25FA9;
}
</style>