Shades of Violet Blue #A24991
Tints of Violet Blue #A24991
RGB
CMYK
RGB Variations
Color information
#A24991 (or 0xA24991) is known color: Violet Blue. HEX triplet: A2, 49 and 91. RGB value is (162,73,145). Sum of RGB (Red+Green+Blue) = 162+73+145=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24991 is #5DB66E. Grayscale: #6B6B6B. Windows color (decimal): -6141551 or 9521570. OLE color: 9521570.
HSL color Cylindrical-coordinate representation of color #A24991: hue angle of 311.46º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24991 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 73 | 145 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.36 |
| HSL | 311.46º | 0.38% | 0.46% | - |
| HSV(B) | 311.46º | 0.55% | 0.64% | - |
| XYZ | 22.39 | 14.49 | 28.4 | - |
| YUV | 107.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 145 | 0 | 0.55 | 0.10 | 0.36 | 311.46 | 0.38 | 0.46 |
| Hex | A2 | 49 | 91 | 0 | 37 | A | 24 | 137 | 26 | 2E |
| Octal | 242 | 111 | 221 | 0 | 67 | 12 | 44 | 467 | 46 | 56 |
| Binary | 10100010 | 1001001 | 10010001 | 0 | 110111 | 1010 | 100100 | 100110111 | 100110 | 101110 |
Color Harmonies of #A24991
Complementary color
Monochromatic Colors of #A24991
Black with #A24991
Text Example
Text Example
White with #A24991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24991; }
p { color: rgb(162,73,145); }
H1.HeaderClassName
{
color: #A24991;
}
.AnyTagClassName
{
color: #A24991;
}
</style>
background-color css
<style>
a { background-color: #A24991; }
a { background-color: rgb(162,73,145); }
div.DivClassName
{
background-color: #A24991;
}
.BgClassName
{
background-color: #A24991;
}
</style>
border-color css
<style>
span { border-color: #A24991; }
span { border-color: rgb(162,73,145); }
td.TdClassName
{
border-color: #A24991;
}
.TagClassName
{
border-color: #A24991;
}
</style>