Shades of Medium Red Violet #A5247E
Tints of Medium Red Violet #A5247E
RGB
CMYK
RGB Variations
Color information
#A5247E (or 0xA5247E) is known color: Medium Red Violet. HEX triplet: A5, 24 and 7E. RGB value is (165,36,126). Sum of RGB (Red+Green+Blue) = 165+36+126=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5247E is #5ADB81. Grayscale: #545454. Windows color (decimal): -5954434 or 8266917. OLE color: 8266917.
HSL color Cylindrical-coordinate representation of color #A5247E: hue angle of 318.14º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5247E is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 126 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.35 |
| HSL | 318.14º | 0.64% | 0.39% | - |
| HSV(B) | 318.14º | 0.78% | 0.65% | - |
| XYZ | 19.91 | 10.77 | 20.77 | - |
| YUV | 84.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 126 | 0 | 0.78 | 0.24 | 0.35 | 318.14 | 0.64 | 0.39 |
| Hex | A5 | 24 | 7E | 0 | 4E | 18 | 23 | 13E | 40 | 27 |
| Octal | 245 | 44 | 176 | 0 | 116 | 30 | 43 | 476 | 100 | 47 |
| Binary | 10100101 | 100100 | 1111110 | 0 | 1001110 | 11000 | 100011 | 100111110 | 1000000 | 100111 |
Color Harmonies of #A5247E
Complementary color
Monochromatic Colors of #A5247E
Black with #A5247E
Text Example
Text Example
White with #A5247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5247E; }
p { color: rgb(165,36,126); }
H1.HeaderClassName
{
color: #A5247E;
}
.AnyTagClassName
{
color: #A5247E;
}
</style>
background-color css
<style>
a { background-color: #A5247E; }
a { background-color: rgb(165,36,126); }
div.DivClassName
{
background-color: #A5247E;
}
.BgClassName
{
background-color: #A5247E;
}
</style>
border-color css
<style>
span { border-color: #A5247E; }
span { border-color: rgb(165,36,126); }
td.TdClassName
{
border-color: #A5247E;
}
.TagClassName
{
border-color: #A5247E;
}
</style>