#A54B8A

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

Shades of Medium Red Violet #A54B8A

Tints of Medium Red Violet #A54B8A

Color information

#A54B8A (or 0xA54B8A) is unknown color: approx 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

RGB16575138-
CMYK00.550.160.35
HSL318º37.5%47.06%-
HSV(B)318º54.55%64.71%-
XYZ22.6214.8725.72-
YUV109.09144.32167.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=43.65%
G=19.84%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657513800.550.160.3531837.547.06
HexA54B8A037102313e262f
Octal24511321206720434764657
Binary10100101100101110001010011011110000100011100111110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>