Shades of Medium Red Violet #A5299A
Tints of Medium Red Violet #A5299A
RGB
CMYK
RGB Variations
Color information
#A5299A (or 0xA5299A) is known color: Medium Red Violet. HEX triplet: A5, 29 and 9A. RGB value is (165,41,154). Sum of RGB (Red+Green+Blue) = 165+41+154=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A5299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5299A is #5AD665. Grayscale: #5A5A5A. Windows color (decimal): -5953126 or 10103205. OLE color: 10103205.
HSL color Cylindrical-coordinate representation of color #A5299A: hue angle of 305.32º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5299A is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 41 | 154 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.35 |
| HSL | 305.32º | 0.6% | 0.4% | - |
| HSV(B) | 305.32º | 0.75% | 0.65% | - |
| XYZ | 22.14 | 11.92 | 31.71 | - |
| YUV | 90.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 154 | 0 | 0.75 | 0.07 | 0.35 | 305.32 | 0.6 | 0.4 |
| Hex | A5 | 29 | 9A | 0 | 4B | 7 | 23 | 131 | 3C | 28 |
| Octal | 245 | 51 | 232 | 0 | 113 | 7 | 43 | 461 | 74 | 50 |
| Binary | 10100101 | 101001 | 10011010 | 0 | 1001011 | 111 | 100011 | 100110001 | 111100 | 101000 |
Color Harmonies of #A5299A
Complementary color
Monochromatic Colors of #A5299A
Black with #A5299A
Text Example
Text Example
White with #A5299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5299A; }
p { color: rgb(165,41,154); }
H1.HeaderClassName
{
color: #A5299A;
}
.AnyTagClassName
{
color: #A5299A;
}
</style>
background-color css
<style>
a { background-color: #A5299A; }
a { background-color: rgb(165,41,154); }
div.DivClassName
{
background-color: #A5299A;
}
.BgClassName
{
background-color: #A5299A;
}
</style>
border-color css
<style>
span { border-color: #A5299A; }
span { border-color: rgb(165,41,154); }
td.TdClassName
{
border-color: #A5299A;
}
.TagClassName
{
border-color: #A5299A;
}
</style>