Shades of Medium Red Violet #A24B88
Tints of Medium Red Violet #A24B88
RGB
CMYK
RGB Variations
Color information
#A24B88 (or 0xA24B88) is known color: Medium Red Violet. HEX triplet: A2, 4B and 88. RGB value is (162,75,136). Sum of RGB (Red+Green+Blue) = 162+75+136=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24B88 is #5DB477. Grayscale: #6B6B6B. Windows color (decimal): -6141048 or 8932258. OLE color: 8932258.
HSL color Cylindrical-coordinate representation of color #A24B88: hue angle of 317.93º 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 #A24B88 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 75 | 136 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.36 |
| HSL | 317.93º | 0.37% | 0.46% | - |
| HSV(B) | 317.93º | 0.54% | 0.64% | - |
| XYZ | 21.86 | 14.49 | 24.94 | - |
| YUV | 107.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 136 | 0 | 0.54 | 0.16 | 0.36 | 317.93 | 0.37 | 0.46 |
| Hex | A2 | 4B | 88 | 0 | 36 | 10 | 24 | 13E | 25 | 2E |
| Octal | 242 | 113 | 210 | 0 | 66 | 20 | 44 | 476 | 45 | 56 |
| Binary | 10100010 | 1001011 | 10001000 | 0 | 110110 | 10000 | 100100 | 100111110 | 100101 | 101110 |
Color Harmonies of #A24B88
Complementary color
Monochromatic Colors of #A24B88
Black with #A24B88
Text Example
Text Example
White with #A24B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24B88; }
p { color: rgb(162,75,136); }
H1.HeaderClassName
{
color: #A24B88;
}
.AnyTagClassName
{
color: #A24B88;
}
</style>
background-color css
<style>
a { background-color: #A24B88; }
a { background-color: rgb(162,75,136); }
div.DivClassName
{
background-color: #A24B88;
}
.BgClassName
{
background-color: #A24B88;
}
</style>
border-color css
<style>
span { border-color: #A24B88; }
span { border-color: rgb(162,75,136); }
td.TdClassName
{
border-color: #A24B88;
}
.TagClassName
{
border-color: #A24B88;
}
</style>