#A8779F

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

Shades of Bouquet #A8779F

Tints of Bouquet #A8779F

Color information

#A8779F (or 0xA8779F) is unknown color: approx Bouquet. HEX triplet: A8, 77 and 9F. RGB value is (168,119,159). Sum of RGB (Red+Green+Blue) = 168+119+159=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A8779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8779F is #578860. Grayscale: #8A8A8A. Windows color (decimal): -5736545 or 10450856. OLE color: 10450856.

HSL color Cylindrical-coordinate representation of color #A8779F: hue angle of 311.02º 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 #A8779F is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB168119159-
CMYK00.290.050.34
HSL311.02º21.97%56.27%-
HSV(B)311.02º29.17%65.88%-
XYZ2924.0235.91-
YUV138.21139.73149.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=37.67%
G=26.68%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811915900.290.050.34311.0221.9756.27
HexA8779F01D5221371638
Octal2501672370355424672670
Binary1010100011101111001111101110110110001010011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8779F; }

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

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

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

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

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

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

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

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