Shades of Medium Red Violet #A54B8A
Tints of Medium Red Violet #A54B8A
RGB
CMYK
RGB Variations
Color information
#A54B8A (or 0xA54B8A) is known color: Medium Red Violet. HEX triplet: A5, 4B and 8A. RGB value is (165,75,138). Sum of RGB (Red+Green+Blue) = 165+75+138=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54B8A is #5AB475. Grayscale: #6C6C6C. Windows color (decimal): -5944438 or 9063333. OLE color: 9063333.
HSL color Cylindrical-coordinate representation of color #A54B8A: hue angle of 318º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54B8A is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 75 | 138 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.35 |
| HSL | 318º | 0.38% | 0.47% | - |
| HSV(B) | 318º | 0.55% | 0.65% | - |
| XYZ | 22.62 | 14.87 | 25.72 | - |
| YUV | 109.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 138 | 0 | 0.55 | 0.16 | 0.35 | 318 | 0.38 | 0.47 |
| Hex | A5 | 4B | 8A | 0 | 37 | 10 | 23 | 13E | 26 | 2F |
| Octal | 245 | 113 | 212 | 0 | 67 | 20 | 43 | 476 | 46 | 57 |
| Binary | 10100101 | 1001011 | 10001010 | 0 | 110111 | 10000 | 100011 | 100111110 | 100110 | 101111 |
Color Harmonies of #A54B8A
Complementary color
Monochromatic Colors of #A54B8A
Black with #A54B8A
Text Example
Text Example
White with #A54B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54B8A; }
p { color: rgb(165,75,138); }
H1.HeaderClassName
{
color: #A54B8A;
}
.AnyTagClassName
{
color: #A54B8A;
}
</style>
background-color css
<style>
a { background-color: #A54B8A; }
a { background-color: rgb(165,75,138); }
div.DivClassName
{
background-color: #A54B8A;
}
.BgClassName
{
background-color: #A54B8A;
}
</style>
border-color css
<style>
span { border-color: #A54B8A; }
span { border-color: rgb(165,75,138); }
td.TdClassName
{
border-color: #A54B8A;
}
.TagClassName
{
border-color: #A54B8A;
}
</style>