Shades of Medium Red Violet #A52B9C
Tints of Medium Red Violet #A52B9C
RGB
CMYK
RGB Variations
Color information
#A52B9C (or 0xA52B9C) is known color: Medium Red Violet. HEX triplet: A5, 2B and 9C. RGB value is (165,43,156). Sum of RGB (Red+Green+Blue) = 165+43+156=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A52B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52B9C is #5AD463. Grayscale: #5C5C5C. Windows color (decimal): -5952612 or 10234789. OLE color: 10234789.
HSL color Cylindrical-coordinate representation of color #A52B9C: hue angle of 304.43º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52B9C is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 43 | 156 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.35 |
| HSL | 304.43º | 0.59% | 0.41% | - |
| HSV(B) | 304.43º | 0.74% | 0.65% | - |
| XYZ | 22.38 | 12.13 | 32.61 | - |
| YUV | 92.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 43 | 156 | 0 | 0.74 | 0.05 | 0.35 | 304.43 | 0.59 | 0.41 |
| Hex | A5 | 2B | 9C | 0 | 4A | 5 | 23 | 130 | 3B | 29 |
| Octal | 245 | 53 | 234 | 0 | 112 | 5 | 43 | 460 | 73 | 51 |
| Binary | 10100101 | 101011 | 10011100 | 0 | 1001010 | 101 | 100011 | 100110000 | 111011 | 101001 |
Color Harmonies of #A52B9C
Complementary color
Monochromatic Colors of #A52B9C
Black with #A52B9C
Text Example
Text Example
White with #A52B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52B9C; }
p { color: rgb(165,43,156); }
H1.HeaderClassName
{
color: #A52B9C;
}
.AnyTagClassName
{
color: #A52B9C;
}
</style>
background-color css
<style>
a { background-color: #A52B9C; }
a { background-color: rgb(165,43,156); }
div.DivClassName
{
background-color: #A52B9C;
}
.BgClassName
{
background-color: #A52B9C;
}
</style>
border-color css
<style>
span { border-color: #A52B9C; }
span { border-color: rgb(165,43,156); }
td.TdClassName
{
border-color: #A52B9C;
}
.TagClassName
{
border-color: #A52B9C;
}
</style>