Shades of Medium Red Violet #A24288
Tints of Medium Red Violet #A24288
RGB
CMYK
RGB Variations
Color information
#A24288 (or 0xA24288) is known color: Medium Red Violet. HEX triplet: A2, 42 and 88. RGB value is (162,66,136). Sum of RGB (Red+Green+Blue) = 162+66+136=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A24288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24288 is #5DBD77. Grayscale: #666666. Windows color (decimal): -6143352 or 8929954. OLE color: 8929954.
HSL color Cylindrical-coordinate representation of color #A24288: hue angle of 316.25º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24288 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 136 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.36 |
| HSL | 316.25º | 0.42% | 0.45% | - |
| HSV(B) | 316.25º | 0.59% | 0.64% | - |
| XYZ | 21.29 | 13.36 | 24.75 | - |
| YUV | 102.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 136 | 0 | 0.59 | 0.16 | 0.36 | 316.25 | 0.42 | 0.45 |
| Hex | A2 | 42 | 88 | 0 | 3B | 10 | 24 | 13C | 2A | 2D |
| Octal | 242 | 102 | 210 | 0 | 73 | 20 | 44 | 474 | 52 | 55 |
| Binary | 10100010 | 1000010 | 10001000 | 0 | 111011 | 10000 | 100100 | 100111100 | 101010 | 101101 |
Color Harmonies of #A24288
Complementary color
Monochromatic Colors of #A24288
Black with #A24288
Text Example
Text Example
White with #A24288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24288; }
p { color: rgb(162,66,136); }
H1.HeaderClassName
{
color: #A24288;
}
.AnyTagClassName
{
color: #A24288;
}
</style>
background-color css
<style>
a { background-color: #A24288; }
a { background-color: rgb(162,66,136); }
div.DivClassName
{
background-color: #A24288;
}
.BgClassName
{
background-color: #A24288;
}
</style>
border-color css
<style>
span { border-color: #A24288; }
span { border-color: rgb(162,66,136); }
td.TdClassName
{
border-color: #A24288;
}
.TagClassName
{
border-color: #A24288;
}
</style>