Shades of Violet Blue #A24F93
Tints of Violet Blue #A24F93
RGB
CMYK
RGB Variations
Color information
#A24F93 (or 0xA24F93) is known color: Violet Blue. HEX triplet: A2, 4F and 93. RGB value is (162,79,147). Sum of RGB (Red+Green+Blue) = 162+79+147=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F93 is #5DB06C. Grayscale: #6F6F6F. Windows color (decimal): -6140013 or 9654178. OLE color: 9654178.
HSL color Cylindrical-coordinate representation of color #A24F93: hue angle of 310.84º 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 #A24F93 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 147 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.36 |
| HSL | 310.84º | 0.34% | 0.47% | - |
| HSV(B) | 310.84º | 0.51% | 0.64% | - |
| XYZ | 22.96 | 15.38 | 29.36 | - |
| YUV | 111.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 147 | 0 | 0.51 | 0.09 | 0.36 | 310.84 | 0.34 | 0.47 |
| Hex | A2 | 4F | 93 | 0 | 33 | 9 | 24 | 137 | 22 | 2F |
| Octal | 242 | 117 | 223 | 0 | 63 | 11 | 44 | 467 | 42 | 57 |
| Binary | 10100010 | 1001111 | 10010011 | 0 | 110011 | 1001 | 100100 | 100110111 | 100010 | 101111 |
Color Harmonies of #A24F93
Complementary color
Monochromatic Colors of #A24F93
Black with #A24F93
Text Example
Text Example
White with #A24F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F93; }
p { color: rgb(162,79,147); }
H1.HeaderClassName
{
color: #A24F93;
}
.AnyTagClassName
{
color: #A24F93;
}
</style>
background-color css
<style>
a { background-color: #A24F93; }
a { background-color: rgb(162,79,147); }
div.DivClassName
{
background-color: #A24F93;
}
.BgClassName
{
background-color: #A24F93;
}
</style>
border-color css
<style>
span { border-color: #A24F93; }
span { border-color: rgb(162,79,147); }
td.TdClassName
{
border-color: #A24F93;
}
.TagClassName
{
border-color: #A24F93;
}
</style>