Shades of Violet Blue #A24892
Tints of Violet Blue #A24892
RGB
CMYK
RGB Variations
Color information
#A24892 (or 0xA24892) is known color: Violet Blue. HEX triplet: A2, 48 and 92. RGB value is (162,72,146). Sum of RGB (Red+Green+Blue) = 162+72+146=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24892 is #5DB76D. Grayscale: #6B6B6B. Windows color (decimal): -6141806 or 9586850. OLE color: 9586850.
HSL color Cylindrical-coordinate representation of color #A24892: hue angle of 310.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24892 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 72 | 146 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.36 |
| HSL | 310.67º | 0.38% | 0.46% | - |
| HSV(B) | 310.67º | 0.56% | 0.64% | - |
| XYZ | 22.41 | 14.39 | 28.79 | - |
| YUV | 107.35 | 149.82 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 72 | 146 | 0 | 0.56 | 0.10 | 0.36 | 310.67 | 0.38 | 0.46 |
| Hex | A2 | 48 | 92 | 0 | 38 | A | 24 | 137 | 26 | 2E |
| Octal | 242 | 110 | 222 | 0 | 70 | 12 | 44 | 467 | 46 | 56 |
| Binary | 10100010 | 1001000 | 10010010 | 0 | 111000 | 1010 | 100100 | 100110111 | 100110 | 101110 |
Color Harmonies of #A24892
Complementary color
Monochromatic Colors of #A24892
Black with #A24892
Text Example
Text Example
White with #A24892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24892; }
p { color: rgb(162,72,146); }
H1.HeaderClassName
{
color: #A24892;
}
.AnyTagClassName
{
color: #A24892;
}
</style>
background-color css
<style>
a { background-color: #A24892; }
a { background-color: rgb(162,72,146); }
div.DivClassName
{
background-color: #A24892;
}
.BgClassName
{
background-color: #A24892;
}
</style>
border-color css
<style>
span { border-color: #A24892; }
span { border-color: rgb(162,72,146); }
td.TdClassName
{
border-color: #A24892;
}
.TagClassName
{
border-color: #A24892;
}
</style>