#AF809F

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

Shades of Bouquet #AF809F

Tints of Bouquet #AF809F

Color information

#AF809F (or 0xAF809F) is unknown color: approx Bouquet. HEX triplet: AF, 80 and 9F. RGB value is (175,128,159). Sum of RGB (Red+Green+Blue) = 175+128+159=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF809F is #507F60. Grayscale: #919191. Windows color (decimal): -5275489 or 10453167. OLE color: 10453167.

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

Color convert

RGB175128159-
CMYK00.270.090.31
HSL320.43º22.71%59.41%-
HSV(B)320.43º26.86%68.63%-
XYZ31.6627.0636.35-
YUV145.59135.57148.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=37.88%
G=27.71%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512815900.270.090.31320.4322.7159.41
HexAF809F01B91F140173b
Octal25720023703311375002773
Binary10101111100000001001111101101110011111110100000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF809F; }

 p { color: rgb(175,128,159); }

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

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

 a { background-color: rgb(175,128,159); }

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

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

 span { border-color: rgb(175,128,159); }

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