Shades of Medium Red Violet #A52288
Tints of Medium Red Violet #A52288
RGB
CMYK
RGB Variations
Color information
#A52288 (or 0xA52288) is known color: Medium Red Violet. HEX triplet: A5, 22 and 88. RGB value is (165,34,136). Sum of RGB (Red+Green+Blue) = 165+34+136=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A52288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52288 is #5ADD77. Grayscale: #545454. Windows color (decimal): -5954936 or 8921765. OLE color: 8921765.
HSL color Cylindrical-coordinate representation of color #A52288: hue angle of 313.28º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52288 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 34 | 136 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.35 |
| HSL | 313.28º | 0.66% | 0.39% | - |
| HSV(B) | 313.28º | 0.79% | 0.65% | - |
| XYZ | 20.53 | 10.92 | 24.32 | - |
| YUV | 84.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 34 | 136 | 0 | 0.79 | 0.18 | 0.35 | 313.28 | 0.66 | 0.39 |
| Hex | A5 | 22 | 88 | 0 | 4F | 12 | 23 | 139 | 42 | 27 |
| Octal | 245 | 42 | 210 | 0 | 117 | 22 | 43 | 471 | 102 | 47 |
| Binary | 10100101 | 100010 | 10001000 | 0 | 1001111 | 10010 | 100011 | 100111001 | 1000010 | 100111 |
Color Harmonies of #A52288
Complementary color
Monochromatic Colors of #A52288
Black with #A52288
Text Example
Text Example
White with #A52288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52288; }
p { color: rgb(165,34,136); }
H1.HeaderClassName
{
color: #A52288;
}
.AnyTagClassName
{
color: #A52288;
}
</style>
background-color css
<style>
a { background-color: #A52288; }
a { background-color: rgb(165,34,136); }
div.DivClassName
{
background-color: #A52288;
}
.BgClassName
{
background-color: #A52288;
}
</style>
border-color css
<style>
span { border-color: #A52288; }
span { border-color: rgb(165,34,136); }
td.TdClassName
{
border-color: #A52288;
}
.TagClassName
{
border-color: #A52288;
}
</style>