#AF4F6B

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

Shades of Blush #AF4F6B

Tints of Blush #AF4F6B

Color information

#AF4F6B (or 0xAF4F6B) is unknown color: approx Blush. HEX triplet: AF, 4F and 6B. RGB value is (175,79,107). Sum of RGB (Red+Green+Blue) = 175+79+107=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F6B is #50B094. Grayscale: #6E6E6E. Windows color (decimal): -5288085 or 7032751. OLE color: 7032751.

HSL color Cylindrical-coordinate representation of color #AF4F6B: hue angle of 342.5º 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 #AF4F6B is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17579107-
CMYK00.550.390.31
HSL342.5º37.8%49.8%-
HSV(B)342.5º54.86%68.63%-
XYZ23.1315.7715.73-
YUV110.9125.8173.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=48.48%
G=21.88%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757910700.550.390.31342.537.849.8
HexAF4F6B037271F1562632
Octal25711715306747375264662
Binary1010111110011111101011011011110011111111101010110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F6B; }

 p { color: rgb(175,79,107); }

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

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

 a { background-color: rgb(175,79,107); }

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

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

 span { border-color: rgb(175,79,107); }

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