Shades of Violet Blue #A24D99
Tints of Violet Blue #A24D99
RGB
CMYK
RGB Variations
Color information
#A24D99 (or 0xA24D99) is known color: Violet Blue. HEX triplet: A2, 4D and 99. RGB value is (162,77,153). Sum of RGB (Red+Green+Blue) = 162+77+153=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24D99 is #5DB266. Grayscale: #6E6E6E. Windows color (decimal): -6140519 or 10046882. OLE color: 10046882.
HSL color Cylindrical-coordinate representation of color #A24D99: hue angle of 306.35º degrees, saturation: 0.36, 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 #A24D99 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 153 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.36 |
| HSL | 306.35º | 0.36% | 0.47% | - |
| HSV(B) | 306.35º | 0.52% | 0.64% | - |
| XYZ | 23.3 | 15.29 | 31.86 | - |
| YUV | 111.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 153 | 0 | 0.52 | 0.06 | 0.36 | 306.35 | 0.36 | 0.47 |
| Hex | A2 | 4D | 99 | 0 | 34 | 6 | 24 | 132 | 24 | 2F |
| Octal | 242 | 115 | 231 | 0 | 64 | 6 | 44 | 462 | 44 | 57 |
| Binary | 10100010 | 1001101 | 10011001 | 0 | 110100 | 110 | 100100 | 100110010 | 100100 | 101111 |
Color Harmonies of #A24D99
Complementary color
Monochromatic Colors of #A24D99
Black with #A24D99
Text Example
Text Example
White with #A24D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D99; }
p { color: rgb(162,77,153); }
H1.HeaderClassName
{
color: #A24D99;
}
.AnyTagClassName
{
color: #A24D99;
}
</style>
background-color css
<style>
a { background-color: #A24D99; }
a { background-color: rgb(162,77,153); }
div.DivClassName
{
background-color: #A24D99;
}
.BgClassName
{
background-color: #A24D99;
}
</style>
border-color css
<style>
span { border-color: #A24D99; }
span { border-color: rgb(162,77,153); }
td.TdClassName
{
border-color: #A24D99;
}
.TagClassName
{
border-color: #A24D99;
}
</style>