Shades of Violet Blue #A24A8F
Tints of Violet Blue #A24A8F
RGB
CMYK
RGB Variations
Color information
#A24A8F (or 0xA24A8F) is known color: Violet Blue. HEX triplet: A2, 4A and 8F. RGB value is (162,74,143). Sum of RGB (Red+Green+Blue) = 162+74+143=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A8F is #5DB570. Grayscale: #6B6B6B. Windows color (decimal): -6141297 or 9390754. OLE color: 9390754.
HSL color Cylindrical-coordinate representation of color #A24A8F: hue angle of 312.95º 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 #A24A8F is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 74 | 143 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.36 |
| HSL | 312.95º | 0.37% | 0.46% | - |
| HSV(B) | 312.95º | 0.54% | 0.64% | - |
| XYZ | 22.31 | 14.56 | 27.62 | - |
| YUV | 108.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 74 | 143 | 0 | 0.54 | 0.12 | 0.36 | 312.95 | 0.37 | 0.46 |
| Hex | A2 | 4A | 8F | 0 | 36 | C | 24 | 139 | 25 | 2E |
| Octal | 242 | 112 | 217 | 0 | 66 | 14 | 44 | 471 | 45 | 56 |
| Binary | 10100010 | 1001010 | 10001111 | 0 | 110110 | 1100 | 100100 | 100111001 | 100101 | 101110 |
Color Harmonies of #A24A8F
Complementary color
Monochromatic Colors of #A24A8F
Black with #A24A8F
Text Example
Text Example
White with #A24A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24A8F; }
p { color: rgb(162,74,143); }
H1.HeaderClassName
{
color: #A24A8F;
}
.AnyTagClassName
{
color: #A24A8F;
}
</style>
background-color css
<style>
a { background-color: #A24A8F; }
a { background-color: rgb(162,74,143); }
div.DivClassName
{
background-color: #A24A8F;
}
.BgClassName
{
background-color: #A24A8F;
}
</style>
border-color css
<style>
span { border-color: #A24A8F; }
span { border-color: rgb(162,74,143); }
td.TdClassName
{
border-color: #A24A8F;
}
.TagClassName
{
border-color: #A24A8F;
}
</style>