Shades of Violet Blue #A25F9A
Tints of Violet Blue #A25F9A
RGB
CMYK
RGB Variations
Color information
#A25F9A (or 0xA25F9A) is known color: Violet Blue. HEX triplet: A2, 5F and 9A. RGB value is (162,95,154). Sum of RGB (Red+Green+Blue) = 162+95+154=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25F9A is #5DA065. Grayscale: #797979. Windows color (decimal): -6135910 or 10117026. OLE color: 10117026.
HSL color Cylindrical-coordinate representation of color #A25F9A: hue angle of 307.16º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A25F9A is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 154 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.36 |
| HSL | 307.16º | 0.26% | 0.5% | - |
| HSV(B) | 307.16º | 0.41% | 0.64% | - |
| XYZ | 24.83 | 18.2 | 32.78 | - |
| YUV | 121.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 154 | 0 | 0.41 | 0.05 | 0.36 | 307.16 | 0.26 | 0.5 |
| Hex | A2 | 5F | 9A | 0 | 29 | 5 | 24 | 133 | 1A | 32 |
| Octal | 242 | 137 | 232 | 0 | 51 | 5 | 44 | 463 | 32 | 62 |
| Binary | 10100010 | 1011111 | 10011010 | 0 | 101001 | 101 | 100100 | 100110011 | 11010 | 110010 |
Color Harmonies of #A25F9A
Complementary color
Monochromatic Colors of #A25F9A
Black with #A25F9A
Text Example
Text Example
White with #A25F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F9A; }
p { color: rgb(162,95,154); }
H1.HeaderClassName
{
color: #A25F9A;
}
.AnyTagClassName
{
color: #A25F9A;
}
</style>
background-color css
<style>
a { background-color: #A25F9A; }
a { background-color: rgb(162,95,154); }
div.DivClassName
{
background-color: #A25F9A;
}
.BgClassName
{
background-color: #A25F9A;
}
</style>
border-color css
<style>
span { border-color: #A25F9A; }
span { border-color: rgb(162,95,154); }
td.TdClassName
{
border-color: #A25F9A;
}
.TagClassName
{
border-color: #A25F9A;
}
</style>