#A2515E

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

Shades of Hippie Pink #A2515E

Tints of Hippie Pink #A2515E

Color information

#A2515E (or 0xA2515E) is unknown color: approx Hippie Pink. HEX triplet: A2, 51 and 5E. RGB value is (162,81,94). Sum of RGB (Red+Green+Blue) = 162+81+94=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2515E is #5DAEA1. Grayscale: #6A6A6A. Windows color (decimal): -6139554 or 6181282. OLE color: 6181282.

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

Color convert

RGB1628194-
CMYK00.500.420.36
HSL350.37º33.33%47.65%-
HSV(B)350.37º50%63.53%-
XYZ19.8614.3712.32-
YUV106.7120.84167.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=48.07%
G=24.04%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162819400.500.420.36350.3733.3347.65
HexA2515E0322A2415e2130
Octal24212113606252445364160
Binary10100010101000110111100110010101010100100101011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2515E; }

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

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

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

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

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

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

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

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