#AF79A7

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

Shades of Bouquet #AF79A7

Tints of Bouquet #AF79A7

Color information

#AF79A7 (or 0xAF79A7) is unknown color: approx Bouquet. HEX triplet: AF, 79 and A7. RGB value is (175,121,167). Sum of RGB (Red+Green+Blue) = 175+121+167=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF79A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF79A7 is #508658. Grayscale: #8E8E8E. Windows color (decimal): -5277273 or 10975663. OLE color: 10975663.

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

Color convert

RGB175121167-
CMYK00.310.050.31
HSL308.89º25.23%58.04%-
HSV(B)308.89º30.86%68.63%-
XYZ31.4925.5839.84-
YUV142.39141.89151.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=37.80%
G=26.13%
B=36.07%

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
Decimal17512116700.310.050.31308.8925.2358.04
HexAF79A701F51F135193a
Octal2571712470375374653172
Binary101011111111001101001110111111011111110011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79A7; }

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

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

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

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

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

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

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

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