#AF4E6C

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

Shades of Blush #AF4E6C

Tints of Blush #AF4E6C

Color information

#AF4E6C (or 0xAF4E6C) is unknown color: approx Blush. HEX triplet: AF, 4E and 6C. RGB value is (175,78,108). Sum of RGB (Red+Green+Blue) = 175+78+108=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E6C is #50B193. Grayscale: #6E6E6E. Windows color (decimal): -5288340 or 7098031. OLE color: 7098031.

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

Color convert

RGB17578108-
CMYK00.550.380.31
HSL341.44º38.34%49.61%-
HSV(B)341.44º55.43%68.63%-
XYZ23.1115.6515.99-
YUV110.42126.64174.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=48.48%
G=21.61%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757810800.550.380.31341.4438.3449.61
HexAF4E6C037261F1552632
Octal25711615406746375254662
Binary1010111110011101101100011011110011011111101010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4E6C; }

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

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

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

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

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

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

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

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