#A87794

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

Shades of Bouquet #A87794

Tints of Bouquet #A87794

Color information

#A87794 (or 0xA87794) is unknown color: approx Bouquet. HEX triplet: A8, 77 and 94. RGB value is (168,119,148). Sum of RGB (Red+Green+Blue) = 168+119+148=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A87794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87794 is #57886B. Grayscale: #888888. Windows color (decimal): -5736556 or 9729960. OLE color: 9729960.

HSL color Cylindrical-coordinate representation of color #A87794: hue angle of 324.49º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87794 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB168119148-
CMYK00.290.120.34
HSL324.49º21.97%56.27%-
HSV(B)324.49º29.17%65.88%-
XYZ28.0923.6631.1-
YUV136.96134.23150.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=38.62%
G=27.36%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811914800.290.120.34324.4921.9756.27
HexA8779401DC221441638
Octal25016722403514425042670
Binary10101000111011110010100011101110010001010100010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87794; }

 p { color: rgb(168,119,148); }

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

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

 a { background-color: rgb(168,119,148); }

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

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

 span { border-color: rgb(168,119,148); }

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