#A34A58

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

Shades of Hippie Pink #A34A58

Tints of Hippie Pink #A34A58

Color information

#A34A58 (or 0xA34A58) is unknown color: approx Hippie Pink. HEX triplet: A3, 4A and 58. RGB value is (163,74,88). Sum of RGB (Red+Green+Blue) = 163+74+88=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34A58 is #5CB5A7. Grayscale: #666666. Windows color (decimal): -6075816 or 5786275. OLE color: 5786275.

HSL color Cylindrical-coordinate representation of color #A34A58: hue angle of 350.56º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A58 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB1637488-
CMYK00.550.460.36
HSL350.56º37.55%46.47%-
HSV(B)350.56º54.6%63.92%-
XYZ19.3113.3910.8-
YUV102.21119.99171.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=50.15%
G=22.77%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163748800.550.460.36350.5637.5546.47
HexA34A580372E2415f262e
Octal24311213006756445374656
Binary10100011100101010110000110111101110100100101011111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A58; }

 p { color: rgb(163,74,88); }

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

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

 a { background-color: rgb(163,74,88); }

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

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

 span { border-color: rgb(163,74,88); }

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