Shades of Medium Red Violet #A5239C
Tints of Medium Red Violet #A5239C
RGB
CMYK
RGB Variations
Color information
#A5239C (or 0xA5239C) is known color: Medium Red Violet. HEX triplet: A5, 23 and 9C. RGB value is (165,35,156). Sum of RGB (Red+Green+Blue) = 165+35+156=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5239C is #5ADC63. Grayscale: #575757. Windows color (decimal): -5954660 or 10232741. OLE color: 10232741.
HSL color Cylindrical-coordinate representation of color #A5239C: hue angle of 304.15º degrees, saturation: 0.65, 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 #A5239C is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 35 | 156 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.35 |
| HSL | 304.15º | 0.65% | 0.39% | - |
| HSV(B) | 304.15º | 0.79% | 0.65% | - |
| XYZ | 22.12 | 11.6 | 32.53 | - |
| YUV | 87.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 156 | 0 | 0.79 | 0.05 | 0.35 | 304.15 | 0.65 | 0.39 |
| Hex | A5 | 23 | 9C | 0 | 4F | 5 | 23 | 130 | 41 | 27 |
| Octal | 245 | 43 | 234 | 0 | 117 | 5 | 43 | 460 | 101 | 47 |
| Binary | 10100101 | 100011 | 10011100 | 0 | 1001111 | 101 | 100011 | 100110000 | 1000001 | 100111 |
Color Harmonies of #A5239C
Complementary color
Monochromatic Colors of #A5239C
Black with #A5239C
Text Example
Text Example
White with #A5239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5239C; }
p { color: rgb(165,35,156); }
H1.HeaderClassName
{
color: #A5239C;
}
.AnyTagClassName
{
color: #A5239C;
}
</style>
background-color css
<style>
a { background-color: #A5239C; }
a { background-color: rgb(165,35,156); }
div.DivClassName
{
background-color: #A5239C;
}
.BgClassName
{
background-color: #A5239C;
}
</style>
border-color css
<style>
span { border-color: #A5239C; }
span { border-color: rgb(165,35,156); }
td.TdClassName
{
border-color: #A5239C;
}
.TagClassName
{
border-color: #A5239C;
}
</style>