#AF809D

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

Shades of Bouquet #AF809D

Tints of Bouquet #AF809D

Color information

#AF809D (or 0xAF809D) is unknown color: approx Bouquet. HEX triplet: AF, 80 and 9D. RGB value is (175,128,157). Sum of RGB (Red+Green+Blue) = 175+128+157=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF809D is #507F62. Grayscale: #919191. Windows color (decimal): -5275491 or 10322095. OLE color: 10322095.

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

Color convert

RGB175128157-
CMYK00.270.100.31
HSL322.98º22.71%59.41%-
HSV(B)322.98º26.86%68.63%-
XYZ31.4826.9935.45-
YUV145.36134.57149.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=38.04%
G=27.83%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512815700.270.100.31322.9822.7159.41
HexAF809D01BA1F143173b
Octal25720023503312375032773
Binary10101111100000001001110101101110101111110100001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF809D; }

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

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

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

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

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

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

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

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