Shades of Violet Blue #A24E94
Tints of Violet Blue #A24E94
RGB
CMYK
RGB Variations
Color information
#A24E94 (or 0xA24E94) is known color: Violet Blue. HEX triplet: A2, 4E and 94. RGB value is (162,78,148). Sum of RGB (Red+Green+Blue) = 162+78+148=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E94 is #5DB16B. Grayscale: #6E6E6E. Windows color (decimal): -6140268 or 9719458. OLE color: 9719458.
HSL color Cylindrical-coordinate representation of color #A24E94: hue angle of 310º 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 #A24E94 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 148 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.36 |
| HSL | 310º | 0.35% | 0.47% | - |
| HSV(B) | 310º | 0.52% | 0.64% | - |
| XYZ | 22.97 | 15.27 | 29.75 | - |
| YUV | 111.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 148 | 0 | 0.52 | 0.09 | 0.36 | 310 | 0.35 | 0.47 |
| Hex | A2 | 4E | 94 | 0 | 34 | 9 | 24 | 136 | 23 | 2F |
| Octal | 242 | 116 | 224 | 0 | 64 | 11 | 44 | 466 | 43 | 57 |
| Binary | 10100010 | 1001110 | 10010100 | 0 | 110100 | 1001 | 100100 | 100110110 | 100011 | 101111 |
Color Harmonies of #A24E94
Complementary color
Monochromatic Colors of #A24E94
Black with #A24E94
Text Example
Text Example
White with #A24E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E94; }
p { color: rgb(162,78,148); }
H1.HeaderClassName
{
color: #A24E94;
}
.AnyTagClassName
{
color: #A24E94;
}
</style>
background-color css
<style>
a { background-color: #A24E94; }
a { background-color: rgb(162,78,148); }
div.DivClassName
{
background-color: #A24E94;
}
.BgClassName
{
background-color: #A24E94;
}
</style>
border-color css
<style>
span { border-color: #A24E94; }
span { border-color: rgb(162,78,148); }
td.TdClassName
{
border-color: #A24E94;
}
.TagClassName
{
border-color: #A24E94;
}
</style>