#A1769A

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

Shades of Bouquet #A1769A

Tints of Bouquet #A1769A

Color information

#A1769A (or 0xA1769A) is unknown color: approx Bouquet. HEX triplet: A1, 76 and 9A. RGB value is (161,118,154). Sum of RGB (Red+Green+Blue) = 161+118+154=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 161 - color contains mainly: red. Hex color #A1769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1769A is #5E8965. Grayscale: #868686. Windows color (decimal): -6195558 or 10122913. OLE color: 10122913.

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

Color convert

RGB161118154-
CMYK00.270.040.37
HSL309.77º18.61%54.71%-
HSV(B)309.77º26.71%63.14%-
XYZ27.0122.8733.56-
YUV134.96138.75146.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=37.18%
G=27.25%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111815400.270.040.37309.7718.6154.71
HexA1769A01B4251361337
Octal2411662320334454662367
Binary1010000111101101001101001101110010010110011011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1769A; }

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

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

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

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

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

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

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

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