#AF799E

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

Shades of Bouquet #AF799E

Tints of Bouquet #AF799E

Color information

#AF799E (or 0xAF799E) is unknown color: approx Bouquet. HEX triplet: AF, 79 and 9E. RGB value is (175,121,158). Sum of RGB (Red+Green+Blue) = 175+121+158=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF799E is #508661. Grayscale: #8D8D8D. Windows color (decimal): -5277282 or 10385839. OLE color: 10385839.

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

Color convert

RGB175121158-
CMYK00.310.100.31
HSL318.89º25.23%58.04%-
HSV(B)318.89º30.86%68.63%-
XYZ30.6925.2635.61-
YUV141.36137.39151.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=38.55%
G=26.65%
B=34.80%

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
Decimal17512115800.310.100.31318.8925.2358.04
HexAF799E01FA1F13f193a
Octal25717123603712374773172
Binary1010111111110011001111001111110101111110011111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF799E; }

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

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

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

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

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

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

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

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