Shades of Violet Blue #A24C90
Tints of Violet Blue #A24C90
RGB
CMYK
RGB Variations
Color information
#A24C90 (or 0xA24C90) is known color: Violet Blue. HEX triplet: A2, 4C and 90. RGB value is (162,76,144). Sum of RGB (Red+Green+Blue) = 162+76+144=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C90 is #5DB36F. Grayscale: #6D6D6D. Windows color (decimal): -6140784 or 9456802. OLE color: 9456802.
HSL color Cylindrical-coordinate representation of color #A24C90: hue angle of 312.56º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C90 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 144 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.36 |
| HSL | 312.56º | 0.36% | 0.47% | - |
| HSV(B) | 312.56º | 0.53% | 0.64% | - |
| XYZ | 22.52 | 14.86 | 28.07 | - |
| YUV | 109.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 144 | 0 | 0.53 | 0.11 | 0.36 | 312.56 | 0.36 | 0.47 |
| Hex | A2 | 4C | 90 | 0 | 35 | B | 24 | 139 | 24 | 2F |
| Octal | 242 | 114 | 220 | 0 | 65 | 13 | 44 | 471 | 44 | 57 |
| Binary | 10100010 | 1001100 | 10010000 | 0 | 110101 | 1011 | 100100 | 100111001 | 100100 | 101111 |
Color Harmonies of #A24C90
Complementary color
Monochromatic Colors of #A24C90
Black with #A24C90
Text Example
Text Example
White with #A24C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C90; }
p { color: rgb(162,76,144); }
H1.HeaderClassName
{
color: #A24C90;
}
.AnyTagClassName
{
color: #A24C90;
}
</style>
background-color css
<style>
a { background-color: #A24C90; }
a { background-color: rgb(162,76,144); }
div.DivClassName
{
background-color: #A24C90;
}
.BgClassName
{
background-color: #A24C90;
}
</style>
border-color css
<style>
span { border-color: #A24C90; }
span { border-color: rgb(162,76,144); }
td.TdClassName
{
border-color: #A24C90;
}
.TagClassName
{
border-color: #A24C90;
}
</style>