#AF789C

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

Shades of Bouquet #AF789C

Tints of Bouquet #AF789C

Color information

#AF789C (or 0xAF789C) is unknown color: approx Bouquet. HEX triplet: AF, 78 and 9C. RGB value is (175,120,156). Sum of RGB (Red+Green+Blue) = 175+120+156=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF789C is #508763. Grayscale: #8C8C8C. Windows color (decimal): -5277540 or 10254511. OLE color: 10254511.

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

Color convert

RGB175120156-
CMYK00.310.110.31
HSL320.73º25.58%57.84%-
HSV(B)320.73º31.43%68.63%-
XYZ30.424.9534.67-
YUV140.55136.72152.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=38.80%
G=26.61%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512015600.310.110.31320.7325.5857.84
HexAF789C01FB1F1411a3a
Octal25717023403713375013272
Binary1010111111110001001110001111110111111110100000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF789C; }

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

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

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

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

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

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

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

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