#A25162

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

Shades of Hippie Pink #A25162

Tints of Hippie Pink #A25162

Color information

#A25162 (or 0xA25162) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 62. RGB value is (162,81,98). Sum of RGB (Red+Green+Blue) = 162+81+98=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A25162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25162 is #5DAE9D. Grayscale: #6B6B6B. Windows color (decimal): -6139550 or 6443426. OLE color: 6443426.

HSL color Cylindrical-coordinate representation of color #A25162: hue angle of 347.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25162 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1628198-
CMYK00.500.400.36
HSL347.41º33.33%47.65%-
HSV(B)347.41º50%63.53%-
XYZ20.0514.4513.29-
YUV107.16122.84167.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=47.51%
G=23.75%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162819800.500.400.36347.4133.3347.65
HexA25162032282415b2130
Octal24212114206250445334160
Binary10100010101000111000100110010101000100100101011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25162; }

 p { color: rgb(162,81,98); }

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

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

 a { background-color: rgb(162,81,98); }

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

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

 span { border-color: rgb(162,81,98); }

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