Shades of Medium Red Violet #A5458A
Tints of Medium Red Violet #A5458A
RGB
CMYK
RGB Variations
Color information
#A5458A (or 0xA5458A) is known color: Medium Red Violet. HEX triplet: A5, 45 and 8A. RGB value is (165,69,138). Sum of RGB (Red+Green+Blue) = 165+69+138=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5458A is #5ABA75. Grayscale: #696969. Windows color (decimal): -5945974 or 9061797. OLE color: 9061797.
HSL color Cylindrical-coordinate representation of color #A5458A: hue angle of 316.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5458A is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 69 | 138 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.35 |
| HSL | 316.88º | 0.41% | 0.46% | - |
| HSV(B) | 316.88º | 0.58% | 0.65% | - |
| XYZ | 22.23 | 14.09 | 25.59 | - |
| YUV | 105.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 69 | 138 | 0 | 0.58 | 0.16 | 0.35 | 316.88 | 0.41 | 0.46 |
| Hex | A5 | 45 | 8A | 0 | 3A | 10 | 23 | 13D | 29 | 2E |
| Octal | 245 | 105 | 212 | 0 | 72 | 20 | 43 | 475 | 51 | 56 |
| Binary | 10100101 | 1000101 | 10001010 | 0 | 111010 | 10000 | 100011 | 100111101 | 101001 | 101110 |
Color Harmonies of #A5458A
Complementary color
Monochromatic Colors of #A5458A
Black with #A5458A
Text Example
Text Example
White with #A5458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5458A; }
p { color: rgb(165,69,138); }
H1.HeaderClassName
{
color: #A5458A;
}
.AnyTagClassName
{
color: #A5458A;
}
</style>
background-color css
<style>
a { background-color: #A5458A; }
a { background-color: rgb(165,69,138); }
div.DivClassName
{
background-color: #A5458A;
}
.BgClassName
{
background-color: #A5458A;
}
</style>
border-color css
<style>
span { border-color: #A5458A; }
span { border-color: rgb(165,69,138); }
td.TdClassName
{
border-color: #A5458A;
}
.TagClassName
{
border-color: #A5458A;
}
</style>