Shades of Violet Blue #A24F90
Tints of Violet Blue #A24F90
RGB
CMYK
RGB Variations
Color information
#A24F90 (or 0xA24F90) is known color: Violet Blue. HEX triplet: A2, 4F and 90. RGB value is (162,79,144). Sum of RGB (Red+Green+Blue) = 162+79+144=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F90 is #5DB06F. Grayscale: #6F6F6F. Windows color (decimal): -6140016 or 9457570. OLE color: 9457570.
HSL color Cylindrical-coordinate representation of color #A24F90: hue angle of 313.01º 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 #A24F90 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 144 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.36 |
| HSL | 313.01º | 0.34% | 0.47% | - |
| HSV(B) | 313.01º | 0.51% | 0.64% | - |
| XYZ | 22.73 | 15.29 | 28.14 | - |
| YUV | 111.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 144 | 0 | 0.51 | 0.11 | 0.36 | 313.01 | 0.34 | 0.47 |
| Hex | A2 | 4F | 90 | 0 | 33 | B | 24 | 139 | 22 | 2F |
| Octal | 242 | 117 | 220 | 0 | 63 | 13 | 44 | 471 | 42 | 57 |
| Binary | 10100010 | 1001111 | 10010000 | 0 | 110011 | 1011 | 100100 | 100111001 | 100010 | 101111 |
Color Harmonies of #A24F90
Complementary color
Monochromatic Colors of #A24F90
Black with #A24F90
Text Example
Text Example
White with #A24F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F90; }
p { color: rgb(162,79,144); }
H1.HeaderClassName
{
color: #A24F90;
}
.AnyTagClassName
{
color: #A24F90;
}
</style>
background-color css
<style>
a { background-color: #A24F90; }
a { background-color: rgb(162,79,144); }
div.DivClassName
{
background-color: #A24F90;
}
.BgClassName
{
background-color: #A24F90;
}
</style>
border-color css
<style>
span { border-color: #A24F90; }
span { border-color: rgb(162,79,144); }
td.TdClassName
{
border-color: #A24F90;
}
.TagClassName
{
border-color: #A24F90;
}
</style>