#A25158

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

Shades of Hippie Pink #A25158

Tints of Hippie Pink #A25158

Color information

#A25158 (or 0xA25158) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 58. RGB value is (162,81,88). Sum of RGB (Red+Green+Blue) = 162+81+88=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25158 is #5DAEA7. Grayscale: #6A6A6A. Windows color (decimal): -6139560 or 5788066. OLE color: 5788066.

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

Color convert

RGB1628188-
CMYK00.500.460.36
HSL354.81º33.33%47.65%-
HSV(B)354.81º50%63.53%-
XYZ19.614.2710.95-
YUV106.02117.84167.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=48.94%
G=24.47%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162818800.500.460.36354.8133.3347.65
HexA251580322E241632130
Octal24212113006256445434160
Binary10100010101000110110000110010101110100100101100011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25158; }

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

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

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

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

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

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

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

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