#AC799D

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

Shades of Bouquet #AC799D

Tints of Bouquet #AC799D

Color information

#AC799D (or 0xAC799D) is unknown color: approx Bouquet. HEX triplet: AC, 79 and 9D. RGB value is (172,121,157). Sum of RGB (Red+Green+Blue) = 172+121+157=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC799D is #538662. Grayscale: #8C8C8C. Windows color (decimal): -5473891 or 10320300. OLE color: 10320300.

HSL color Cylindrical-coordinate representation of color #AC799D: hue angle of 317.65º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC799D is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172121157-
CMYK00.300.090.33
HSL317.65º23.5%57.45%-
HSV(B)317.65º29.65%67.45%-
XYZ29.9424.8835.12-
YUV140.35137.4150.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=38.22%
G=26.89%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212115700.300.090.33317.6523.557.45
HexAC799D01E92113e1839
Octal25417123503611414763071
Binary10101100111100110011101011110100110000110011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC799D; }

 p { color: rgb(172,121,157); }

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

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

 a { background-color: rgb(172,121,157); }

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

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

 span { border-color: rgb(172,121,157); }

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