#AF4F6A

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

Shades of Blush #AF4F6A

Tints of Blush #AF4F6A

Color information

#AF4F6A (or 0xAF4F6A) is unknown color: approx Blush. HEX triplet: AF, 4F and 6A. RGB value is (175,79,106). Sum of RGB (Red+Green+Blue) = 175+79+106=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F6A is #50B095. Grayscale: #6E6E6E. Windows color (decimal): -5288086 or 6967215. OLE color: 6967215.

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

Color convert

RGB17579106-
CMYK00.550.390.31
HSL343.12º37.8%49.8%-
HSV(B)343.12º54.86%68.63%-
XYZ23.0815.7515.46-
YUV110.78125.3173.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=48.61%
G=21.94%
B=29.44%

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
Decimal1757910600.550.390.31343.1237.849.8
HexAF4F6A037271F1572632
Octal25711715206747375274662
Binary1010111110011111101010011011110011111111101010111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F6A; }

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

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

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

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

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

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

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

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