Shades of Violet Blue #A24B8F
Tints of Violet Blue #A24B8F
RGB
CMYK
RGB Variations
Color information
#A24B8F (or 0xA24B8F) is known color: Violet Blue. HEX triplet: A2, 4B and 8F. RGB value is (162,75,143). Sum of RGB (Red+Green+Blue) = 162+75+143=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B8F is #5DB470. Grayscale: #6C6C6C. Windows color (decimal): -6141041 or 9391010. OLE color: 9391010.
HSL color Cylindrical-coordinate representation of color #A24B8F: hue angle of 313.1º 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 #A24B8F is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 143 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.36 |
| HSL | 313.1º | 0.37% | 0.46% | - |
| HSV(B) | 313.1º | 0.54% | 0.64% | - |
| XYZ | 22.37 | 14.7 | 27.64 | - |
| YUV | 108.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 143 | 0 | 0.54 | 0.12 | 0.36 | 313.1 | 0.37 | 0.46 |
| Hex | A2 | 4B | 8F | 0 | 36 | C | 24 | 139 | 25 | 2E |
| Octal | 242 | 113 | 217 | 0 | 66 | 14 | 44 | 471 | 45 | 56 |
| Binary | 10100010 | 1001011 | 10001111 | 0 | 110110 | 1100 | 100100 | 100111001 | 100101 | 101110 |
Color Harmonies of #A24B8F
Complementary color
Monochromatic Colors of #A24B8F
Black with #A24B8F
Text Example
Text Example
White with #A24B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B8F; }
p { color: rgb(162,75,143); }
H1.HeaderClassName
{
color: #A24B8F;
}
.AnyTagClassName
{
color: #A24B8F;
}
</style>
background-color css
<style>
a { background-color: #A24B8F; }
a { background-color: rgb(162,75,143); }
div.DivClassName
{
background-color: #A24B8F;
}
.BgClassName
{
background-color: #A24B8F;
}
</style>
border-color css
<style>
span { border-color: #A24B8F; }
span { border-color: rgb(162,75,143); }
td.TdClassName
{
border-color: #A24B8F;
}
.TagClassName
{
border-color: #A24B8F;
}
</style>