#AF4D6A

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

Shades of Blush #AF4D6A

Tints of Blush #AF4D6A

Color information

#AF4D6A (or 0xAF4D6A) is unknown color: approx Blush. HEX triplet: AF, 4D and 6A. RGB value is (175,77,106). Sum of RGB (Red+Green+Blue) = 175+77+106=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D6A is #50B295. Grayscale: #6D6D6D. Windows color (decimal): -5288598 or 6966703. OLE color: 6966703.

HSL color Cylindrical-coordinate representation of color #AF4D6A: hue angle of 342.24º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D6A is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17577106-
CMYK00.560.390.31
HSL342.24º38.89%49.41%-
HSV(B)342.24º56%68.63%-
XYZ22.9315.4615.41-
YUV109.61125.97174.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=48.88%
G=21.51%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757710600.560.390.31342.2438.8949.41
HexAF4D6A038271F1562731
Octal25711515207047375264761
Binary1010111110011011101010011100010011111111101010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4D6A; }

 p { color: rgb(175,77,106); }

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

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

 a { background-color: rgb(175,77,106); }

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

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

 span { border-color: rgb(175,77,106); }

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