#AF79A6

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

Shades of Bouquet #AF79A6

Tints of Bouquet #AF79A6

Color information

#AF79A6 (or 0xAF79A6) is unknown color: approx Bouquet. HEX triplet: AF, 79 and A6. RGB value is (175,121,166). Sum of RGB (Red+Green+Blue) = 175+121+166=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79A6 is #508659. Grayscale: #8E8E8E. Windows color (decimal): -5277274 or 10910127. OLE color: 10910127.

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

Color convert

RGB175121166-
CMYK00.310.050.31
HSL310º25.23%58.04%-
HSV(B)310º30.86%68.63%-
XYZ31.425.5439.35-
YUV142.28141.39151.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=37.88%
G=26.19%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512116600.310.050.3131025.2358.04
HexAF79A601F51F136193a
Octal2571712460375374663172
Binary101011111111001101001100111111011111110011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79A6; }

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

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

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

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

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

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

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

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