#AF5F71

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

Shades of Blush #AF5F71

Tints of Blush #AF5F71

Color information

#AF5F71 (or 0xAF5F71) is unknown color: approx Blush. HEX triplet: AF, 5F and 71. RGB value is (175,95,113). Sum of RGB (Red+Green+Blue) = 175+95+113=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F71 is #50A08E. Grayscale: #787878. Windows color (decimal): -5283983 or 7430063. OLE color: 7430063.

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

Color convert

RGB17595113-
CMYK00.460.350.31
HSL346.5º33.33%52.94%-
HSV(B)346.5º45.71%68.63%-
XYZ24.7518.4917.89-
YUV120.97123.5166.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=45.69%
G=24.80%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759511300.460.350.31346.533.3352.94
HexAF5F7102E231F15a2135
Octal25713716105643375324165
Binary1010111110111111110001010111010001111111101011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F71; }

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

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

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

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

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

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

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

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