#AF506C

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

Shades of Blush #AF506C

Tints of Blush #AF506C

Color information

#AF506C (or 0xAF506C) is unknown color: approx Blush. HEX triplet: AF, 50 and 6C. RGB value is (175,80,108). Sum of RGB (Red+Green+Blue) = 175+80+108=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF506C is #50AF93. Grayscale: #6F6F6F. Windows color (decimal): -5287828 or 7098543. OLE color: 7098543.

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

Color convert

RGB17580108-
CMYK00.540.380.31
HSL342.32º37.25%50%-
HSV(B)342.32º54.29%68.63%-
XYZ23.2515.9316.04-
YUV111.6125.97173.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=48.21%
G=22.04%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758010800.540.380.31342.3237.2550
HexAF506C036261F1562532
Octal25712015406646375264562
Binary1010111110100001101100011011010011011111101010110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF506C; }

 p { color: rgb(175,80,108); }

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

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

 a { background-color: rgb(175,80,108); }

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

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

 span { border-color: rgb(175,80,108); }

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