#A2505C

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

Shades of Hippie Pink #A2505C

Tints of Hippie Pink #A2505C

Color information

#A2505C (or 0xA2505C) is unknown color: approx Hippie Pink. HEX triplet: A2, 50 and 5C. RGB value is (162,80,92). Sum of RGB (Red+Green+Blue) = 162+80+92=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2505C is #5DAFA3. Grayscale: #696969. Windows color (decimal): -6139812 or 6049954. OLE color: 6049954.

HSL color Cylindrical-coordinate representation of color #A2505C: hue angle of 351.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2505C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1628092-
CMYK00.510.430.36
HSL351.22º33.88%47.45%-
HSV(B)351.22º50.62%63.53%-
XYZ19.714.1911.83-
YUV105.89120.17168.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=48.50%
G=23.95%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162809200.510.430.36351.2233.8847.45
HexA2505C0332B2415f222f
Octal24212013406353445374257
Binary10100010101000010111000110011101011100100101011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2505C; }

 p { color: rgb(162,80,92); }

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

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

 a { background-color: rgb(162,80,92); }

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

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

 span { border-color: rgb(162,80,92); }

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