#AF79A2

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

Shades of Bouquet #AF79A2

Tints of Bouquet #AF79A2

Color information

#AF79A2 (or 0xAF79A2) is unknown color: approx Bouquet. HEX triplet: AF, 79 and A2. RGB value is (175,121,162). Sum of RGB (Red+Green+Blue) = 175+121+162=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79A2 is #50865D. Grayscale: #8D8D8D. Windows color (decimal): -5277278 or 10647983. OLE color: 10647983.

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

Color convert

RGB175121162-
CMYK00.310.070.31
HSL314.44º25.23%58.04%-
HSV(B)314.44º30.86%68.63%-
XYZ31.0425.437.45-
YUV141.82139.39151.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 162 (63.67% from 255) = 35.37%
R=38.21%
G=26.42%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512116200.310.070.31314.4425.2358.04
HexAF79A201F71F13a193a
Octal2571712420377374723172
Binary101011111111001101000100111111111111110011101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79A2; }

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

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

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

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

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

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

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

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