#A0505B

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

Shades of Hippie Pink #A0505B

Tints of Hippie Pink #A0505B

Color information

#A0505B (or 0xA0505B) is unknown color: approx Hippie Pink. HEX triplet: A0, 50 and 5B. RGB value is (160,80,91). Sum of RGB (Red+Green+Blue) = 160+80+91=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0505B is #5FAFA4. Grayscale: #696969. Windows color (decimal): -6270885 or 5984416. OLE color: 5984416.

HSL color Cylindrical-coordinate representation of color #A0505B: hue angle of 351.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0505B is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1608091-
CMYK00.50.430.37
HSL351.75º33.33%47.06%-
HSV(B)351.75º50%62.75%-
XYZ19.2513.9711.58-
YUV105.17120167.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=48.34%
G=24.17%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160809100.50.430.37351.7533.3347.06
HexA0505B0322B25160212f
Octal24012013306253455404157
Binary10100000101000010110110110010101011100101101100000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0505B; }

 p { color: rgb(160,80,91); }

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

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

 a { background-color: rgb(160,80,91); }

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

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

 span { border-color: rgb(160,80,91); }

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