#af5568

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

Shades of Blush #AF5568

Tints of Blush #AF5568

Color information

#AF5568 (or 0xAF5568) is unknown color: approx Blush. HEX triplet: AF, 55 and 68. RGB value is (175,85,104). Sum of RGB (Red+Green+Blue) = 175+85+104=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5568 is #50AA97. Grayscale: #727272. Windows color (decimal): -5286552 or 6837679. OLE color: 6837679.

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

Color convert

RGB17585104-
CMYK00.510.410.31
HSL347.33º36%50.98%-
HSV(B)347.33º51.43%68.63%-
XYZ23.4316.6115.07-
YUV114.08122.32171.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=48.08%
G=23.35%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758510400.510.410.31347.333650.98
HexAF5568033291F15b2433
Octal25712515006351375334463
Binary1010111110101011101000011001110100111111101011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5568; }

 p { color: rgb(175,85,104); }

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

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

 a { background-color: rgb(175,85,104); }

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

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

 span { border-color: rgb(175,85,104); }

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