Shades of Medium Red Violet #A5468A
Tints of Medium Red Violet #A5468A
RGB
CMYK
RGB Variations
Color information
#A5468A (or 0xA5468A) is known color: Medium Red Violet. HEX triplet: A5, 46 and 8A. RGB value is (165,70,138). Sum of RGB (Red+Green+Blue) = 165+70+138=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5468A is #5AB975. Grayscale: #696969. Windows color (decimal): -5945718 or 9062053. OLE color: 9062053.
HSL color Cylindrical-coordinate representation of color #A5468A: hue angle of 317.05º 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 #A5468A is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 138 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.35 |
| HSL | 317.05º | 0.4% | 0.46% | - |
| HSV(B) | 317.05º | 0.58% | 0.65% | - |
| XYZ | 22.29 | 14.21 | 25.61 | - |
| YUV | 106.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 138 | 0 | 0.58 | 0.16 | 0.35 | 317.05 | 0.4 | 0.46 |
| Hex | A5 | 46 | 8A | 0 | 3A | 10 | 23 | 13D | 28 | 2E |
| Octal | 245 | 106 | 212 | 0 | 72 | 20 | 43 | 475 | 50 | 56 |
| Binary | 10100101 | 1000110 | 10001010 | 0 | 111010 | 10000 | 100011 | 100111101 | 101000 | 101110 |
Color Harmonies of #A5468A
Complementary color
Monochromatic Colors of #A5468A
Black with #A5468A
Text Example
Text Example
White with #A5468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5468A; }
p { color: rgb(165,70,138); }
H1.HeaderClassName
{
color: #A5468A;
}
.AnyTagClassName
{
color: #A5468A;
}
</style>
background-color css
<style>
a { background-color: #A5468A; }
a { background-color: rgb(165,70,138); }
div.DivClassName
{
background-color: #A5468A;
}
.BgClassName
{
background-color: #A5468A;
}
</style>
border-color css
<style>
span { border-color: #A5468A; }
span { border-color: rgb(165,70,138); }
td.TdClassName
{
border-color: #A5468A;
}
.TagClassName
{
border-color: #A5468A;
}
</style>