#A2495E

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

Shades of Hippie Pink #A2495E

Tints of Hippie Pink #A2495E

Color information

#A2495E (or 0xA2495E) is unknown color: approx Hippie Pink. HEX triplet: A2, 49 and 5E. RGB value is (162,73,94). Sum of RGB (Red+Green+Blue) = 162+73+94=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2495E is #5DB6A1. Grayscale: #666666. Windows color (decimal): -6141602 or 6179234. OLE color: 6179234.

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

Color convert

RGB1627394-
CMYK00.550.420.36
HSL345.84º37.87%46.08%-
HSV(B)345.84º54.94%63.53%-
XYZ19.313.2512.13-
YUV102123.49170.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=49.24%
G=22.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162739400.550.420.36345.8437.8746.08
HexA2495E0372A2415a262e
Octal24211113606752445324656
Binary10100010100100110111100110111101010100100101011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2495E; }

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

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

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

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

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

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

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

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