#A1849C

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

Shades of Bouquet #A1849C

Tints of Bouquet #A1849C

Color information

#A1849C (or 0xA1849C) is unknown color: approx Bouquet. HEX triplet: A1, 84 and 9C. RGB value is (161,132,156). Sum of RGB (Red+Green+Blue) = 161+132+156=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A1849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1849C is #5E7B63. Grayscale: #8F8F8F. Windows color (decimal): -6191972 or 10257569. OLE color: 10257569.

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

Color convert

RGB161132156-
CMYK00.180.030.37
HSL310.34º13.36%57.45%-
HSV(B)310.34º18.01%63.14%-
XYZ28.9526.4835.04-
YUV143.41135.11140.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=35.86%
G=29.40%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113215600.180.030.37310.3413.3657.45
HexA1849C012325136d39
Octal2412042340223454661571
Binary101000011000010010011100010010111001011001101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1849C; }

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

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

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

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

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

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

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

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