#AF769C

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

Shades of Bouquet #AF769C

Tints of Bouquet #AF769C

Color information

#AF769C (or 0xAF769C) is unknown color: approx Bouquet. HEX triplet: AF, 76 and 9C. RGB value is (175,118,156). Sum of RGB (Red+Green+Blue) = 175+118+156=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF769C is #508963. Grayscale: #8B8B8B. Windows color (decimal): -5278052 or 10253999. OLE color: 10253999.

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

Color convert

RGB175118156-
CMYK00.330.110.31
HSL320º26.27%57.45%-
HSV(B)320º32.57%68.63%-
XYZ30.1624.4734.59-
YUV139.37137.38153.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=38.98%
G=26.28%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511815600.330.110.3132026.2757.45
HexAF769C021B1F1401a39
Octal25716623404113375003271
Binary10101111111011010011100010000110111111110100000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF769C; }

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

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

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

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

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

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

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

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