#AE415B

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

Shades of Hippie Pink #AE415B

Tints of Hippie Pink #AE415B

Color information

#AE415B (or 0xAE415B) is unknown color: approx Hippie Pink. HEX triplet: AE, 41 and 5B. RGB value is (174,65,91). Sum of RGB (Red+Green+Blue) = 174+65+91=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE415B is #51BEA4. Grayscale: #646464. Windows color (decimal): -5357221 or 5980590. OLE color: 5980590.

HSL color Cylindrical-coordinate representation of color #AE415B: hue angle of 345.69º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE415B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB1746591-
CMYK00.630.480.32
HSL345.69º45.61%46.86%-
HSV(B)345.69º62.64%68.24%-
XYZ21.2313.5311.39-
YUV100.56122.61180.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=52.73%
G=19.70%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174659100.630.480.32345.6945.6146.86
HexAE415B03F302015a2e2f
Octal25610113307760405325657
Binary10101110100000110110110111111110000100000101011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE415B; }

 p { color: rgb(174,65,91); }

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

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

 a { background-color: rgb(174,65,91); }

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

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

 span { border-color: rgb(174,65,91); }

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