#A1505C

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

Shades of Hippie Pink #A1505C

Tints of Hippie Pink #A1505C

Color information

#A1505C (or 0xA1505C) is unknown color: approx Hippie Pink. HEX triplet: A1, 50 and 5C. RGB value is (161,80,92). Sum of RGB (Red+Green+Blue) = 161+80+92=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A1505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1505C is #5EAFA3. Grayscale: #696969. Windows color (decimal): -6205348 or 6049953. OLE color: 6049953.

HSL color Cylindrical-coordinate representation of color #A1505C: hue angle of 351.11º degrees, saturation: 0.34, 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 #A1505C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1618092-
CMYK00.500.430.37
HSL351.11º33.61%47.25%-
HSV(B)351.11º50.31%63.14%-
XYZ19.514.0911.82-
YUV105.59120.34167.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=48.35%
G=24.02%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161809200.500.430.37351.1133.6147.25
HexA1505C0322B2515f222f
Octal24112013406253455374257
Binary10100001101000010111000110010101011100101101011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1505C; }

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

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

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

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

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

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

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

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