#A9799E

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

Shades of Bouquet #A9799E

Tints of Bouquet #A9799E

Color information

#A9799E (or 0xA9799E) is unknown color: approx Bouquet. HEX triplet: A9, 79 and 9E. RGB value is (169,121,158). Sum of RGB (Red+Green+Blue) = 169+121+158=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A9799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9799E is #568661. Grayscale: #8B8B8B. Windows color (decimal): -5670498 or 10385833. OLE color: 10385833.

HSL color Cylindrical-coordinate representation of color #A9799E: hue angle of 313.75º degrees, saturation: 0.22, 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 #A9799E is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB169121158-
CMYK00.280.070.34
HSL313.75º21.82%56.86%-
HSV(B)313.75º28.4%66.27%-
XYZ29.3724.5835.54-
YUV139.57138.4148.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=37.72%
G=27.01%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912115800.280.070.34313.7521.8256.86
HexA9799E01C72213a1639
Octal2511712360347424722671
Binary1010100111110011001111001110011110001010011101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9799E; }

 p { color: rgb(169,121,158); }

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

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

 a { background-color: rgb(169,121,158); }

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

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

 span { border-color: rgb(169,121,158); }

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