#AF759D

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

Shades of Bouquet #AF759D

Tints of Bouquet #AF759D

Color information

#AF759D (or 0xAF759D) is unknown color: approx Bouquet. HEX triplet: AF, 75 and 9D. RGB value is (175,117,157). Sum of RGB (Red+Green+Blue) = 175+117+157=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF759D is #508A62. Grayscale: #8A8A8A. Windows color (decimal): -5278307 or 10319279. OLE color: 10319279.

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

Color convert

RGB175117157-
CMYK00.330.100.31
HSL318.62º26.61%57.25%-
HSV(B)318.62º33.14%68.63%-
XYZ30.1324.2735-
YUV138.9138.22153.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=38.98%
G=26.06%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511715700.330.100.31318.6226.6157.25
HexAF759D021A1F13f1b39
Octal25716523504112374773371
Binary10101111111010110011101010000110101111110011111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF759D; }

 p { color: rgb(175,117,157); }

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

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

 a { background-color: rgb(175,117,157); }

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

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

 span { border-color: rgb(175,117,157); }

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