#AF819F

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

Shades of Bouquet #AF819F

Tints of Bouquet #AF819F

Color information

#AF819F (or 0xAF819F) is unknown color: approx Bouquet. HEX triplet: AF, 81 and 9F. RGB value is (175,129,159). Sum of RGB (Red+Green+Blue) = 175+129+159=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF819F is #507E60. Grayscale: #929292. Windows color (decimal): -5275233 or 10453423. OLE color: 10453423.

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

Color convert

RGB175129159-
CMYK00.260.090.31
HSL320.87º22.33%59.61%-
HSV(B)320.87º26.29%68.63%-
XYZ31.7927.3236.4-
YUV146.17135.24148.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=37.80%
G=27.86%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512915900.260.090.31320.8722.3359.61
HexAF819F01A91F141163c
Octal25720123703211375012674
Binary10101111100000011001111101101010011111110100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF819F; }

 p { color: rgb(175,129,159); }

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

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

 a { background-color: rgb(175,129,159); }

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

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

 span { border-color: rgb(175,129,159); }

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