Shades of Violet Blue #A24C8E
Tints of Violet Blue #A24C8E
RGB
CMYK
RGB Variations
Color information
#A24C8E (or 0xA24C8E) is known color: Violet Blue. HEX triplet: A2, 4C and 8E. RGB value is (162,76,142). Sum of RGB (Red+Green+Blue) = 162+76+142=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24C8E is #5DB371. Grayscale: #6D6D6D. Windows color (decimal): -6140786 or 9325730. OLE color: 9325730.
HSL color Cylindrical-coordinate representation of color #A24C8E: hue angle of 313.95º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C8E is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 142 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.36 |
| HSL | 313.95º | 0.36% | 0.47% | - |
| HSV(B) | 313.95º | 0.53% | 0.64% | - |
| XYZ | 22.37 | 14.8 | 27.27 | - |
| YUV | 109.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 142 | 0 | 0.53 | 0.12 | 0.36 | 313.95 | 0.36 | 0.47 |
| Hex | A2 | 4C | 8E | 0 | 35 | C | 24 | 13A | 24 | 2F |
| Octal | 242 | 114 | 216 | 0 | 65 | 14 | 44 | 472 | 44 | 57 |
| Binary | 10100010 | 1001100 | 10001110 | 0 | 110101 | 1100 | 100100 | 100111010 | 100100 | 101111 |
Color Harmonies of #A24C8E
Complementary color
Monochromatic Colors of #A24C8E
Black with #A24C8E
Text Example
Text Example
White with #A24C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C8E; }
p { color: rgb(162,76,142); }
H1.HeaderClassName
{
color: #A24C8E;
}
.AnyTagClassName
{
color: #A24C8E;
}
</style>
background-color css
<style>
a { background-color: #A24C8E; }
a { background-color: rgb(162,76,142); }
div.DivClassName
{
background-color: #A24C8E;
}
.BgClassName
{
background-color: #A24C8E;
}
</style>
border-color css
<style>
span { border-color: #A24C8E; }
span { border-color: rgb(162,76,142); }
td.TdClassName
{
border-color: #A24C8E;
}
.TagClassName
{
border-color: #A24C8E;
}
</style>