#AF4A5F

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

Shades of Hippie Pink #AF4A5F

Tints of Hippie Pink #AF4A5F

Color information

#AF4A5F (or 0xAF4A5F) is unknown color: approx Hippie Pink. HEX triplet: AF, 4A and 5F. RGB value is (175,74,95). Sum of RGB (Red+Green+Blue) = 175+74+95=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A5F is #50B5A0. Grayscale: #6A6A6A. Windows color (decimal): -5289377 or 6245039. OLE color: 6245039.

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

Color convert

RGB1757495-
CMYK00.580.460.31
HSL347.52º40.56%48.82%-
HSV(B)347.52º57.71%68.63%-
XYZ22.1914.8412.52-
YUV106.59121.46176.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.87%
GREEN value IS 74 (29.30% from 255) = 21.51%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=50.87%
G=21.51%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175749500.580.460.31347.5240.5648.82
HexAF4A5F03A2E1F15c2931
Octal25711213707256375345161
Binary1010111110010101011111011101010111011111101011100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A5F; }

 p { color: rgb(175,74,95); }

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

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

 a { background-color: rgb(175,74,95); }

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

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

 span { border-color: rgb(175,74,95); }

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