#af4e6b

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

Shades of Blush #AF4E6B

Tints of Blush #AF4E6B

Color information

#AF4E6B (or 0xAF4E6B) is unknown color: approx Blush. HEX triplet: AF, 4E and 6B. RGB value is (175,78,107). Sum of RGB (Red+Green+Blue) = 175+78+107=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E6B is #50B194. Grayscale: #6E6E6E. Windows color (decimal): -5288341 or 7032495. OLE color: 7032495.

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

Color convert

RGB17578107-
CMYK00.550.390.31
HSL342.06º38.34%49.61%-
HSV(B)342.06º55.43%68.63%-
XYZ23.0615.6215.71-
YUV110.31126.14174.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=48.61%
G=21.67%
B=29.72%

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
Decimal1757810700.550.390.31342.0638.3449.61
HexAF4E6B037271F1562632
Octal25711615306747375264662
Binary1010111110011101101011011011110011111111101010110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4e6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4e6b; }

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

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

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

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

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

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

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

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