#A2495F

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

Shades of Hippie Pink #A2495F

Tints of Hippie Pink #A2495F

Color information

#A2495F (or 0xA2495F) is unknown color: approx Hippie Pink. HEX triplet: A2, 49 and 5F. RGB value is (162,73,95). Sum of RGB (Red+Green+Blue) = 162+73+95=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495F is #5DB6A0. Grayscale: #666666. Windows color (decimal): -6141601 or 6244770. OLE color: 6244770.

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

Color convert

RGB1627395-
CMYK00.550.410.36
HSL345.17º37.87%46.08%-
HSV(B)345.17º54.94%63.53%-
XYZ19.3513.2712.37-
YUV102.12123.99170.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=49.09%
G=22.12%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162739500.550.410.36345.1737.8746.08
HexA2495F0372924159262e
Octal24211113706751445314656
Binary10100010100100110111110110111101001100100101011001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2495F; }

 p { color: rgb(162,73,95); }

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

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

 a { background-color: rgb(162,73,95); }

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

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

 span { border-color: rgb(162,73,95); }

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