#AF7599

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

Shades of Bouquet #AF7599

Tints of Bouquet #AF7599

Color information

#AF7599 (or 0xAF7599) is unknown color: approx Bouquet. HEX triplet: AF, 75 and 99. RGB value is (175,117,153). Sum of RGB (Red+Green+Blue) = 175+117+153=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7599 is #508A66. Grayscale: #8A8A8A. Windows color (decimal): -5278311 or 10057135. OLE color: 10057135.

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

Color convert

RGB175117153-
CMYK00.330.130.31
HSL322.76º26.61%57.25%-
HSV(B)322.76º33.14%68.63%-
XYZ29.7924.1433.23-
YUV138.45136.22154.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 117 (46.09% from 255) = 26.29%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=39.33%
G=26.29%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511715300.330.130.31322.7626.6157.25
HexAF7599021D1F1431b39
Octal25716523104115375033371
Binary10101111111010110011001010000111011111110100001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7599; }

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

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

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

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

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

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

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

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