Shades of Violet Blue #A24FA2
Tints of Violet Blue #A24FA2
RGB
CMYK
RGB Variations
Color information
#A24FA2 (or 0xA24FA2) is known color: Violet Blue. HEX triplet: A2, 4F and A2. RGB value is (162,79,162). Sum of RGB (Red+Green+Blue) = 162+79+162=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A24FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24FA2 is #5DB05D. Grayscale: #717171. Windows color (decimal): -6139998 or 10637218. OLE color: 10637218.
HSL color Cylindrical-coordinate representation of color #A24FA2: hue angle of 300º 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 #A24FA2 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 162 | - |
| CMYK | 0 | 0.51 | 0 | 0.36 |
| HSL | 300º | 0.34% | 0.47% | - |
| HSV(B) | 300º | 0.51% | 0.64% | - |
| XYZ | 24.22 | 15.88 | 35.97 | - |
| YUV | 113.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 162 | 0 | 0.51 | 0 | 0.36 | 300 | 0.34 | 0.47 |
| Hex | A2 | 4F | A2 | 0 | 33 | 0 | 24 | 12C | 22 | 2F |
| Octal | 242 | 117 | 242 | 0 | 63 | 0 | 44 | 454 | 42 | 57 |
| Binary | 10100010 | 1001111 | 10100010 | 0 | 110011 | 0 | 100100 | 100101100 | 100010 | 101111 |
Color Harmonies of #A24FA2
Complementary color
Monochromatic Colors of #A24FA2
Black with #A24FA2
Text Example
Text Example
White with #A24FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24FA2; }
p { color: rgb(162,79,162); }
H1.HeaderClassName
{
color: #A24FA2;
}
.AnyTagClassName
{
color: #A24FA2;
}
</style>
background-color css
<style>
a { background-color: #A24FA2; }
a { background-color: rgb(162,79,162); }
div.DivClassName
{
background-color: #A24FA2;
}
.BgClassName
{
background-color: #A24FA2;
}
</style>
border-color css
<style>
span { border-color: #A24FA2; }
span { border-color: rgb(162,79,162); }
td.TdClassName
{
border-color: #A24FA2;
}
.TagClassName
{
border-color: #A24FA2;
}
</style>