#AF4C6A

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

Shades of Blush #AF4C6A

Tints of Blush #AF4C6A

Color information

#AF4C6A (or 0xAF4C6A) is unknown color: approx Blush. HEX triplet: AF, 4C and 6A. RGB value is (175,76,106). Sum of RGB (Red+Green+Blue) = 175+76+106=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C6A is #50B395. Grayscale: #6D6D6D. Windows color (decimal): -5288854 or 6966447. OLE color: 6966447.

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

Color convert

RGB17576106-
CMYK00.570.390.31
HSL341.82º39.44%49.22%-
HSV(B)341.82º56.57%68.63%-
XYZ22.8715.3215.39-
YUV109.02126.3175.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=49.02%
G=21.29%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757610600.570.390.31341.8239.4449.22
HexAF4C6A039271F1562731
Octal25711415207147375264761
Binary1010111110011001101010011100110011111111101010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C6A; }

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

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

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

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

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

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

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

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