#A2455B

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

Shades of Hippie Pink #A2455B

Tints of Hippie Pink #A2455B

Color information

#A2455B (or 0xA2455B) is unknown color: approx Hippie Pink. HEX triplet: A2, 45 and 5B. RGB value is (162,69,91). Sum of RGB (Red+Green+Blue) = 162+69+91=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2455B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2455B is #5DBAA4. Grayscale: #636363. Windows color (decimal): -6142629 or 5981602. OLE color: 5981602.

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

Color convert

RGB1626991-
CMYK00.570.440.36
HSL345.81º40.26%45.29%-
HSV(B)345.81º57.41%63.53%-
XYZ18.9212.6911.35-
YUV99.32123.31172.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=50.31%
G=21.43%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162699100.570.440.36345.8140.2645.29
HexA2455B0392C2415a282d
Octal24210513307154445325055
Binary10100010100010110110110111001101100100100101011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2455B; }

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

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

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

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

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

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

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

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