Shades of Violet Blue #A24FA0
Tints of Violet Blue #A24FA0
RGB
CMYK
RGB Variations
Color information
#A24FA0 (or 0xA24FA0) is known color: Violet Blue. HEX triplet: A2, 4F and A0. RGB value is (162,79,160). Sum of RGB (Red+Green+Blue) = 162+79+160=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A24FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24FA0 is #5DB05F. Grayscale: #707070. Windows color (decimal): -6140000 or 10506146. OLE color: 10506146.
HSL color Cylindrical-coordinate representation of color #A24FA0: hue angle of 301.45º 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 #A24FA0 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 160 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.36 |
| HSL | 301.45º | 0.34% | 0.47% | - |
| HSV(B) | 301.45º | 0.51% | 0.64% | - |
| XYZ | 24.04 | 15.81 | 35.04 | - |
| YUV | 113.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 160 | 0 | 0.51 | 0.01 | 0.36 | 301.45 | 0.34 | 0.47 |
| Hex | A2 | 4F | A0 | 0 | 33 | 1 | 24 | 12D | 22 | 2F |
| Octal | 242 | 117 | 240 | 0 | 63 | 1 | 44 | 455 | 42 | 57 |
| Binary | 10100010 | 1001111 | 10100000 | 0 | 110011 | 1 | 100100 | 100101101 | 100010 | 101111 |
Color Harmonies of #A24FA0
Complementary color
Monochromatic Colors of #A24FA0
Black with #A24FA0
Text Example
Text Example
White with #A24FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FA0; }
p { color: rgb(162,79,160); }
H1.HeaderClassName
{
color: #A24FA0;
}
.AnyTagClassName
{
color: #A24FA0;
}
</style>
background-color css
<style>
a { background-color: #A24FA0; }
a { background-color: rgb(162,79,160); }
div.DivClassName
{
background-color: #A24FA0;
}
.BgClassName
{
background-color: #A24FA0;
}
</style>
border-color css
<style>
span { border-color: #A24FA0; }
span { border-color: rgb(162,79,160); }
td.TdClassName
{
border-color: #A24FA0;
}
.TagClassName
{
border-color: #A24FA0;
}
</style>