#AF769F

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

Shades of Bouquet #AF769F

Tints of Bouquet #AF769F

Color information

#AF769F (or 0xAF769F) is unknown color: approx Bouquet. HEX triplet: AF, 76 and 9F. RGB value is (175,118,159). Sum of RGB (Red+Green+Blue) = 175+118+159=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF769F is #508960. Grayscale: #8B8B8B. Windows color (decimal): -5278049 or 10450607. OLE color: 10450607.

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

Color convert

RGB175118159-
CMYK00.330.090.31
HSL316.84º26.27%57.45%-
HSV(B)316.84º32.57%68.63%-
XYZ30.4224.5735.94-
YUV139.72138.88153.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=38.72%
G=26.11%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511815900.330.090.31316.8426.2757.45
HexAF769F02191F13d1a39
Octal25716623704111374753271
Binary10101111111011010011111010000110011111110011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF769F; }

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

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

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

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

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

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

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

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