#AF799D

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

Shades of Bouquet #AF799D

Tints of Bouquet #AF799D

Color information

#AF799D (or 0xAF799D) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 9D. RGB value is (175,121,157). Sum of RGB (Red+Green+Blue) = 175+121+157=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF799D is #508662. Grayscale: #8D8D8D. Windows color (decimal): -5277283 or 10320303. OLE color: 10320303.

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

Color convert

RGB175121157-
CMYK00.310.100.31
HSL320º25.23%58.04%-
HSV(B)320º30.86%68.63%-
XYZ30.625.2235.15-
YUV141.25136.89152.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=38.63%
G=26.71%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512115700.310.100.3132025.2358.04
HexAF799D01FA1F140193a
Octal25717123503712375003172
Binary1010111111110011001110101111110101111110100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF799D; }

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

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

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

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

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

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

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

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