#AF759E

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

Shades of Bouquet #AF759E

Tints of Bouquet #AF759E

Color information

#AF759E (or 0xAF759E) is unknown color: approx Bouquet. HEX triplet: AF, 75 and 9E. RGB value is (175,117,158). Sum of RGB (Red+Green+Blue) = 175+117+158=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF759E is #508A61. Grayscale: #8A8A8A. Windows color (decimal): -5278306 or 10384815. OLE color: 10384815.

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

Color convert

RGB175117158-
CMYK00.330.100.31
HSL317.59º26.61%57.25%-
HSV(B)317.59º33.14%68.63%-
XYZ30.2124.3135.45-
YUV139.02138.72153.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 117 (46.09% from 255) = 26%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=38.89%
G=26%
B=35.11%

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
Decimal17511715800.330.100.31317.5926.6157.25
HexAF759E021A1F13e1b39
Octal25716523604112374763371
Binary10101111111010110011110010000110101111110011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF759E; }

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

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

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

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

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

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

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

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