#AF4E5E

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

Shades of Hippie Pink #AF4E5E

Tints of Hippie Pink #AF4E5E

Color information

#AF4E5E (or 0xAF4E5E) is unknown color: approx Hippie Pink. HEX triplet: AF, 4E and 5E. RGB value is (175,78,94). Sum of RGB (Red+Green+Blue) = 175+78+94=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E5E is #50B1A1. Grayscale: #6C6C6C. Windows color (decimal): -5288354 or 6180527. OLE color: 6180527.

HSL color Cylindrical-coordinate representation of color #AF4E5E: hue angle of 350.1º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E5E is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1757894-
CMYK00.550.460.31
HSL350.1º38.34%49.61%-
HSV(B)350.1º55.43%68.63%-
XYZ22.4215.3712.37-
YUV108.83119.64175.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=50.43%
G=22.48%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175789400.550.460.31350.138.3449.61
HexAF4E5E0372E1F15e2632
Octal25711613606756375364662
Binary1010111110011101011110011011110111011111101011110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E5E; }

 p { color: rgb(175,78,94); }

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

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

 a { background-color: rgb(175,78,94); }

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

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

 span { border-color: rgb(175,78,94); }

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