Shades of Medium Red Violet #A5468D
Tints of Medium Red Violet #A5468D
RGB
CMYK
RGB Variations
Color information
#A5468D (or 0xA5468D) is known color: Medium Red Violet. HEX triplet: A5, 46 and 8D. RGB value is (165,70,141). Sum of RGB (Red+Green+Blue) = 165+70+141=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5468D is #5AB972. Grayscale: #6A6A6A. Windows color (decimal): -5945715 or 9258661. OLE color: 9258661.
HSL color Cylindrical-coordinate representation of color #A5468D: hue angle of 315.16º degrees, saturation: 0.4, 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 #A5468D is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 141 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.35 |
| HSL | 315.16º | 0.4% | 0.46% | - |
| HSV(B) | 315.16º | 0.58% | 0.65% | - |
| XYZ | 22.51 | 14.3 | 26.77 | - |
| YUV | 106.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 141 | 0 | 0.58 | 0.15 | 0.35 | 315.16 | 0.4 | 0.46 |
| Hex | A5 | 46 | 8D | 0 | 3A | F | 23 | 13B | 28 | 2E |
| Octal | 245 | 106 | 215 | 0 | 72 | 17 | 43 | 473 | 50 | 56 |
| Binary | 10100101 | 1000110 | 10001101 | 0 | 111010 | 1111 | 100011 | 100111011 | 101000 | 101110 |
Color Harmonies of #A5468D
Complementary color
Monochromatic Colors of #A5468D
Black with #A5468D
Text Example
Text Example
White with #A5468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5468D; }
p { color: rgb(165,70,141); }
H1.HeaderClassName
{
color: #A5468D;
}
.AnyTagClassName
{
color: #A5468D;
}
</style>
background-color css
<style>
a { background-color: #A5468D; }
a { background-color: rgb(165,70,141); }
div.DivClassName
{
background-color: #A5468D;
}
.BgClassName
{
background-color: #A5468D;
}
</style>
border-color css
<style>
span { border-color: #A5468D; }
span { border-color: rgb(165,70,141); }
td.TdClassName
{
border-color: #A5468D;
}
.TagClassName
{
border-color: #A5468D;
}
</style>