#A54A86

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

Shades of Medium Red Violet #A54A86

Tints of Medium Red Violet #A54A86

Color information

#A54A86 (or 0xA54A86) is unknown color: approx Medium Red Violet. HEX triplet: A5, 4A and 86. RGB value is (165,74,134). Sum of RGB (Red+Green+Blue) = 165+74+134=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54A86 is #5AB579. Grayscale: #6B6B6B. Windows color (decimal): -5944698 or 8800933. OLE color: 8800933.

HSL color Cylindrical-coordinate representation of color #A54A86: hue angle of 320.44º 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 #A54A86 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16574134-
CMYK00.550.190.35
HSL320.44º38.08%46.86%-
HSV(B)320.44º55.15%64.71%-
XYZ22.2714.6224.2-
YUV108.05142.65168.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=44.24%
G=19.84%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657413400.550.190.35320.4438.0846.86
HexA54A860371323140262f
Octal24511220606723435004657
Binary10100101100101010000110011011110011100011101000000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A86; }

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

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

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

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

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

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

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

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