Shades of Medium Red Violet #A5468C
Tints of Medium Red Violet #A5468C
RGB
CMYK
RGB Variations
Color information
#A5468C (or 0xA5468C) is known color: Medium Red Violet. HEX triplet: A5, 46 and 8C. RGB value is (165,70,140). Sum of RGB (Red+Green+Blue) = 165+70+140=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5468C is #5AB973. Grayscale: #6A6A6A. Windows color (decimal): -5945716 or 9193125. OLE color: 9193125.
HSL color Cylindrical-coordinate representation of color #A5468C: hue angle of 315.79º 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 #A5468C is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 140 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.35 |
| HSL | 315.79º | 0.4% | 0.46% | - |
| HSV(B) | 315.79º | 0.58% | 0.65% | - |
| XYZ | 22.44 | 14.27 | 26.38 | - |
| YUV | 106.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 140 | 0 | 0.58 | 0.15 | 0.35 | 315.79 | 0.4 | 0.46 |
| Hex | A5 | 46 | 8C | 0 | 3A | F | 23 | 13C | 28 | 2E |
| Octal | 245 | 106 | 214 | 0 | 72 | 17 | 43 | 474 | 50 | 56 |
| Binary | 10100101 | 1000110 | 10001100 | 0 | 111010 | 1111 | 100011 | 100111100 | 101000 | 101110 |
Color Harmonies of #A5468C
Complementary color
Monochromatic Colors of #A5468C
Black with #A5468C
Text Example
Text Example
White with #A5468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5468C; }
p { color: rgb(165,70,140); }
H1.HeaderClassName
{
color: #A5468C;
}
.AnyTagClassName
{
color: #A5468C;
}
</style>
background-color css
<style>
a { background-color: #A5468C; }
a { background-color: rgb(165,70,140); }
div.DivClassName
{
background-color: #A5468C;
}
.BgClassName
{
background-color: #A5468C;
}
</style>
border-color css
<style>
span { border-color: #A5468C; }
span { border-color: rgb(165,70,140); }
td.TdClassName
{
border-color: #A5468C;
}
.TagClassName
{
border-color: #A5468C;
}
</style>