#A2455D

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

Shades of Hippie Pink #A2455D

Tints of Hippie Pink #A2455D

Color information

#A2455D (or 0xA2455D) is unknown color: approx Hippie Pink. HEX triplet: A2, 45 and 5D. RGB value is (162,69,93). Sum of RGB (Red+Green+Blue) = 162+69+93=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2455D is #5DBAA2. Grayscale: #636363. Windows color (decimal): -6142627 or 6112674. OLE color: 6112674.

HSL color Cylindrical-coordinate representation of color #A2455D: hue angle of 344.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2455D is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1626993-
CMYK00.570.430.36
HSL344.52º40.26%45.29%-
HSV(B)344.52º57.41%63.53%-
XYZ1912.7311.81-
YUV99.54124.31172.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=50%
G=21.30%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162699300.570.430.36344.5240.2645.29
HexA2455D0392B24159282d
Octal24210513507153445315055
Binary10100010100010110111010111001101011100100101011001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2455D; }

 p { color: rgb(162,69,93); }

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

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

 a { background-color: rgb(162,69,93); }

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

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

 span { border-color: rgb(162,69,93); }

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