#A54B85

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

Shades of Medium Red Violet #A54B85

Tints of Medium Red Violet #A54B85

Color information

#A54B85 (or 0xA54B85) is unknown color: approx Medium Red Violet. HEX triplet: A5, 4B and 85. RGB value is (165,75,133). Sum of RGB (Red+Green+Blue) = 165+75+133=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54B85 is #5AB47A. Grayscale: #6C6C6C. Windows color (decimal): -5944443 or 8735653. OLE color: 8735653.

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

Color convert

RGB16575133-
CMYK00.550.190.35
HSL321.33º37.5%47.06%-
HSV(B)321.33º54.55%64.71%-
XYZ22.2714.7223.86-
YUV108.52141.82168.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=44.24%
G=20.11%
B=35.66%

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
Decimal1657513300.550.190.35321.3337.547.06
HexA54B850371323141262f
Octal24511320506723435014657
Binary10100101100101110000101011011110011100011101000001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B85; }

 p { color: rgb(165,75,133); }

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

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

 a { background-color: rgb(165,75,133); }

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

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

 span { border-color: rgb(165,75,133); }

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