#A74558

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

Shades of Hippie Pink #A74558

Tints of Hippie Pink #A74558

Color information

#A74558 (or 0xA74558) is unknown color: approx Hippie Pink. HEX triplet: A7, 45 and 58. RGB value is (167,69,88). Sum of RGB (Red+Green+Blue) = 167+69+88=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A74558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74558 is #58BAA7. Grayscale: #646464. Windows color (decimal): -5814952 or 5784999. OLE color: 5784999.

HSL color Cylindrical-coordinate representation of color #A74558: hue angle of 348.37º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74558 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB1676988-
CMYK00.590.470.35
HSL348.37º41.53%46.27%-
HSV(B)348.37º58.68%65.49%-
XYZ19.8313.1810.73-
YUV100.47120.97175.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.54%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=51.54%
G=21.30%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167698800.590.470.35348.3741.5346.27
HexA7455803B2F2315c2a2e
Octal24710513007357435345256
Binary10100111100010110110000111011101111100011101011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74558; }

 p { color: rgb(167,69,88); }

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

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

 a { background-color: rgb(167,69,88); }

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

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

 span { border-color: rgb(167,69,88); }

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