#A1799A

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

Shades of Bouquet #A1799A

Tints of Bouquet #A1799A

Color information

#A1799A (or 0xA1799A) is unknown color: approx Bouquet. HEX triplet: A1, 79 and 9A. RGB value is (161,121,154). Sum of RGB (Red+Green+Blue) = 161+121+154=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A1799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1799A is #5E8665. Grayscale: #888888. Windows color (decimal): -6194790 or 10123681. OLE color: 10123681.

HSL color Cylindrical-coordinate representation of color #A1799A: hue angle of 310.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1799A is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB161121154-
CMYK00.250.040.37
HSL310.5º17.54%55.29%-
HSV(B)310.5º24.84%63.14%-
XYZ27.3723.5833.68-
YUV136.72137.75145.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=36.93%
G=27.75%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112115400.250.040.37310.517.5455.29
HexA1799A0194251361237
Octal2411712320314454662267
Binary1010000111110011001101001100110010010110011011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1799A; }

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

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

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

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

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

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

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

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