Shades of Violet Blue #A24E91
Tints of Violet Blue #A24E91
RGB
CMYK
RGB Variations
Color information
#A24E91 (or 0xA24E91) is known color: Violet Blue. HEX triplet: A2, 4E and 91. RGB value is (162,78,145). Sum of RGB (Red+Green+Blue) = 162+78+145=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E91 is #5DB16E. Grayscale: #6E6E6E. Windows color (decimal): -6140271 or 9522850. OLE color: 9522850.
HSL color Cylindrical-coordinate representation of color #A24E91: hue angle of 312.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24E91 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 145 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.36 |
| HSL | 312.14º | 0.35% | 0.47% | - |
| HSV(B) | 312.14º | 0.52% | 0.64% | - |
| XYZ | 22.74 | 15.17 | 28.52 | - |
| YUV | 110.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 145 | 0 | 0.52 | 0.10 | 0.36 | 312.14 | 0.35 | 0.47 |
| Hex | A2 | 4E | 91 | 0 | 34 | A | 24 | 138 | 23 | 2F |
| Octal | 242 | 116 | 221 | 0 | 64 | 12 | 44 | 470 | 43 | 57 |
| Binary | 10100010 | 1001110 | 10010001 | 0 | 110100 | 1010 | 100100 | 100111000 | 100011 | 101111 |
Color Harmonies of #A24E91
Complementary color
Monochromatic Colors of #A24E91
Black with #A24E91
Text Example
Text Example
White with #A24E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E91; }
p { color: rgb(162,78,145); }
H1.HeaderClassName
{
color: #A24E91;
}
.AnyTagClassName
{
color: #A24E91;
}
</style>
background-color css
<style>
a { background-color: #A24E91; }
a { background-color: rgb(162,78,145); }
div.DivClassName
{
background-color: #A24E91;
}
.BgClassName
{
background-color: #A24E91;
}
</style>
border-color css
<style>
span { border-color: #A24E91; }
span { border-color: rgb(162,78,145); }
td.TdClassName
{
border-color: #A24E91;
}
.TagClassName
{
border-color: #A24E91;
}
</style>