#a54986

Color #A54986 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A54986

Tints of Medium Red Violet #A54986

Color information

#A54986 (or 0xA54986) is unknown color: approx Medium Red Violet. HEX triplet: A5, 49 and 86. RGB value is (165,73,134). Sum of RGB (Red+Green+Blue) = 165+73+134=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A54986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54986 is #5AB679. Grayscale: #6B6B6B. Windows color (decimal): -5944954 or 8800677. OLE color: 8800677.

HSL color Cylindrical-coordinate representation of color #A54986: hue angle of 320.22º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54986 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16573134-
CMYK00.560.190.35
HSL320.22º38.66%46.67%-
HSV(B)320.22º55.76%64.71%-
XYZ22.214.4924.18-
YUV107.46142.98169.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=44.35%
G=19.62%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657313400.560.190.35320.2238.6646.67
HexA549860381323140272f
Octal24511120607023435004757
Binary10100101100100110000110011100010011100011101000000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54986; }

 p { color: rgb(165,73,134); }

 H1.HeaderClassName
 {
   color: #a54986;
 }
 .AnyTagClassName
 {
   color: #a54986;
 }
</style>
background-color css

<style>
 a { background-color: #a54986; }

 a { background-color: rgb(165,73,134); }

 div.DivClassName
 {
   background-color: #a54986;
 }
 .BgClassName
 {
   background-color: #a54986;
 }
</style>
border-color css

<style>
 span { border-color: #a54986; }

 span { border-color: rgb(165,73,134); }

 td.TdClassName
 {
   border-color: #a54986;
 }
 .TagClassName
 {
   border-color: #a54986;
 }
</style>