Shades of Violet Blue #A25091
Tints of Violet Blue #A25091
RGB
CMYK
RGB Variations
Color information
#A25091 (or 0xA25091) is known color: Violet Blue. HEX triplet: A2, 50 and 91. RGB value is (162,80,145). Sum of RGB (Red+Green+Blue) = 162+80+145=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A25091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25091 is #5DAF6E. Grayscale: #6F6F6F. Windows color (decimal): -6139759 or 9523362. OLE color: 9523362.
HSL color Cylindrical-coordinate representation of color #A25091: hue angle of 312.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25091 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 145 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.36 |
| HSL | 312.44º | 0.34% | 0.47% | - |
| HSV(B) | 312.44º | 0.51% | 0.64% | - |
| XYZ | 22.88 | 15.46 | 28.57 | - |
| YUV | 111.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 145 | 0 | 0.51 | 0.10 | 0.36 | 312.44 | 0.34 | 0.47 |
| Hex | A2 | 50 | 91 | 0 | 33 | A | 24 | 138 | 22 | 2F |
| Octal | 242 | 120 | 221 | 0 | 63 | 12 | 44 | 470 | 42 | 57 |
| Binary | 10100010 | 1010000 | 10010001 | 0 | 110011 | 1010 | 100100 | 100111000 | 100010 | 101111 |
Color Harmonies of #A25091
Complementary color
Monochromatic Colors of #A25091
Black with #A25091
Text Example
Text Example
White with #A25091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25091; }
p { color: rgb(162,80,145); }
H1.HeaderClassName
{
color: #A25091;
}
.AnyTagClassName
{
color: #A25091;
}
</style>
background-color css
<style>
a { background-color: #A25091; }
a { background-color: rgb(162,80,145); }
div.DivClassName
{
background-color: #A25091;
}
.BgClassName
{
background-color: #A25091;
}
</style>
border-color css
<style>
span { border-color: #A25091; }
span { border-color: rgb(162,80,145); }
td.TdClassName
{
border-color: #A25091;
}
.TagClassName
{
border-color: #A25091;
}
</style>