Shades of Violet Blue #A24A93
Tints of Violet Blue #A24A93
RGB
CMYK
RGB Variations
Color information
#A24A93 (or 0xA24A93) is known color: Violet Blue. HEX triplet: A2, 4A and 93. RGB value is (162,74,147). Sum of RGB (Red+Green+Blue) = 162+74+147=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A93 is #5DB56C. Grayscale: #6C6C6C. Windows color (decimal): -6141293 or 9652898. OLE color: 9652898.
HSL color Cylindrical-coordinate representation of color #A24A93: hue angle of 310.23º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A93 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 147 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.36 |
| HSL | 310.23º | 0.37% | 0.46% | - |
| HSV(B) | 310.23º | 0.54% | 0.64% | - |
| XYZ | 22.62 | 14.69 | 29.25 | - |
| YUV | 108.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 147 | 0 | 0.54 | 0.09 | 0.36 | 310.23 | 0.37 | 0.46 |
| Hex | A2 | 4A | 93 | 0 | 36 | 9 | 24 | 136 | 25 | 2E |
| Octal | 242 | 112 | 223 | 0 | 66 | 11 | 44 | 466 | 45 | 56 |
| Binary | 10100010 | 1001010 | 10010011 | 0 | 110110 | 1001 | 100100 | 100110110 | 100101 | 101110 |
Color Harmonies of #A24A93
Complementary color
Monochromatic Colors of #A24A93
Black with #A24A93
Text Example
Text Example
White with #A24A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A93; }
p { color: rgb(162,74,147); }
H1.HeaderClassName
{
color: #A24A93;
}
.AnyTagClassName
{
color: #A24A93;
}
</style>
background-color css
<style>
a { background-color: #A24A93; }
a { background-color: rgb(162,74,147); }
div.DivClassName
{
background-color: #A24A93;
}
.BgClassName
{
background-color: #A24A93;
}
</style>
border-color css
<style>
span { border-color: #A24A93; }
span { border-color: rgb(162,74,147); }
td.TdClassName
{
border-color: #A24A93;
}
.TagClassName
{
border-color: #A24A93;
}
</style>