#A1799C

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

Shades of Bouquet #A1799C

Tints of Bouquet #A1799C

Color information

#A1799C (or 0xA1799C) is unknown color: approx Bouquet. HEX triplet: A1, 79 and 9C. RGB value is (161,121,156). Sum of RGB (Red+Green+Blue) = 161+121+156=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A1799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1799C is #5E8663. Grayscale: #888888. Windows color (decimal): -6194788 or 10254753. OLE color: 10254753.

HSL color Cylindrical-coordinate representation of color #A1799C: hue angle of 307.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 #A1799C is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB161121156-
CMYK00.250.030.37
HSL307.5º17.54%55.29%-
HSV(B)307.5º24.84%63.14%-
XYZ27.5423.6534.57-
YUV136.95138.75145.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=36.76%
G=27.63%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112115600.250.030.37307.517.5455.29
HexA1799C0193251341237
Octal2411712340313454642267
Binary101000011111001100111000110011110010110011010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1799C; }

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

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

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

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

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

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

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

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