#A54A5D

Color #A54A5D Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A54A5D

Tints of Hippie Pink #A54A5D

Color information

#A54A5D (or 0xA54A5D) is unknown color: approx Hippie Pink. HEX triplet: A5, 4A and 5D. RGB value is (165,74,93). Sum of RGB (Red+Green+Blue) = 165+74+93=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A5D is #5AB5A2. Grayscale: #676767. Windows color (decimal): -5944739 or 6113957. OLE color: 6113957.

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

Color convert

RGB1657493-
CMYK00.550.440.35
HSL347.47º38.08%46.86%-
HSV(B)347.47º55.15%64.71%-
XYZ19.9413.6911.95-
YUV103.38122.15171.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=49.70%
G=22.29%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165749300.550.440.35347.4738.0846.86
HexA54A5D0372C2315b262f
Octal24511213506754435334657
Binary10100101100101010111010110111101100100011101011011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A5D; }

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

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

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

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

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

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

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

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