#A8799A

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

Shades of Bouquet #A8799A

Tints of Bouquet #A8799A

Color information

#A8799A (or 0xA8799A) is unknown color: approx Bouquet. HEX triplet: A8, 79 and 9A. RGB value is (168,121,154). Sum of RGB (Red+Green+Blue) = 168+121+154=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8799A is #578665. Grayscale: #8A8A8A. Windows color (decimal): -5736038 or 10123688. OLE color: 10123688.

HSL color Cylindrical-coordinate representation of color #A8799A: hue angle of 317.87º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8799A is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168121154-
CMYK00.280.080.34
HSL317.87º21.27%56.67%-
HSV(B)317.87º27.98%65.88%-
XYZ28.8224.3333.75-
YUV138.82136.57148.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=37.92%
G=27.31%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812115400.280.080.34317.8721.2756.67
HexA8799A01C82213e1539
Octal25017123203410424762571
Binary10101000111100110011010011100100010001010011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8799A; }

 p { color: rgb(168,121,154); }

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

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

 a { background-color: rgb(168,121,154); }

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

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

 span { border-color: rgb(168,121,154); }

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