#A1849B

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

Shades of Bouquet #A1849B

Tints of Bouquet #A1849B

Color information

#A1849B (or 0xA1849B) is unknown color: approx Bouquet. HEX triplet: A1, 84 and 9B. RGB value is (161,132,155). Sum of RGB (Red+Green+Blue) = 161+132+155=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1849B is #5E7B64. Grayscale: #8F8F8F. Windows color (decimal): -6191973 or 10192033. OLE color: 10192033.

HSL color Cylindrical-coordinate representation of color #A1849B: hue angle of 312.41º 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 #A1849B is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB161132155-
CMYK00.180.040.37
HSL312.41º13.36%57.45%-
HSV(B)312.41º18.01%63.14%-
XYZ28.8726.4534.59-
YUV143.29134.61140.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=35.94%
G=29.46%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113215500.180.040.37312.4113.3657.45
HexA1849B012425138d39
Octal2412042330224454701571
Binary1010000110000100100110110100101001001011001110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1849B; }

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

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

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

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

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

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

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

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