#AF779E

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

Shades of Bouquet #AF779E

Tints of Bouquet #AF779E

Color information

#AF779E (or 0xAF779E) is unknown color: approx Bouquet. HEX triplet: AF, 77 and 9E. RGB value is (175,119,158). Sum of RGB (Red+Green+Blue) = 175+119+158=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF779E is #508861. Grayscale: #8C8C8C. Windows color (decimal): -5277794 or 10385327. OLE color: 10385327.

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

Color convert

RGB175119158-
CMYK00.320.100.31
HSL318.21º25.93%57.65%-
HSV(B)318.21º32%68.63%-
XYZ30.4524.7835.53-
YUV140.19138.05152.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=38.72%
G=26.33%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511915800.320.100.31318.2125.9357.65
HexAF779E020A1F13e1a3a
Octal25716723604012374763272
Binary10101111111011110011110010000010101111110011111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF779E; }

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

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

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

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

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

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

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

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