Shades of Medium Red Violet #A52A8C
Tints of Medium Red Violet #A52A8C
RGB
CMYK
RGB Variations
Color information
#A52A8C (or 0xA52A8C) is known color: Medium Red Violet. HEX triplet: A5, 2A and 8C. RGB value is (165,42,140). Sum of RGB (Red+Green+Blue) = 165+42+140=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52A8C is #5AD573. Grayscale: #595959. Windows color (decimal): -5952884 or 9185957. OLE color: 9185957.
HSL color Cylindrical-coordinate representation of color #A52A8C: hue angle of 312.2º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52A8C is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 140 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.35 |
| HSL | 312.2º | 0.59% | 0.41% | - |
| HSV(B) | 312.2º | 0.75% | 0.65% | - |
| XYZ | 21.08 | 11.55 | 25.93 | - |
| YUV | 89.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 140 | 0 | 0.75 | 0.15 | 0.35 | 312.2 | 0.59 | 0.41 |
| Hex | A5 | 2A | 8C | 0 | 4B | F | 23 | 138 | 3B | 29 |
| Octal | 245 | 52 | 214 | 0 | 113 | 17 | 43 | 470 | 73 | 51 |
| Binary | 10100101 | 101010 | 10001100 | 0 | 1001011 | 1111 | 100011 | 100111000 | 111011 | 101001 |
Color Harmonies of #A52A8C
Complementary color
Monochromatic Colors of #A52A8C
Black with #A52A8C
Text Example
Text Example
White with #A52A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A8C; }
p { color: rgb(165,42,140); }
H1.HeaderClassName
{
color: #A52A8C;
}
.AnyTagClassName
{
color: #A52A8C;
}
</style>
background-color css
<style>
a { background-color: #A52A8C; }
a { background-color: rgb(165,42,140); }
div.DivClassName
{
background-color: #A52A8C;
}
.BgClassName
{
background-color: #A52A8C;
}
</style>
border-color css
<style>
span { border-color: #A52A8C; }
span { border-color: rgb(165,42,140); }
td.TdClassName
{
border-color: #A52A8C;
}
.TagClassName
{
border-color: #A52A8C;
}
</style>