#A1859D

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

Shades of Bouquet #A1859D

Tints of Bouquet #A1859D

Color information

#A1859D (or 0xA1859D) is unknown color: approx Bouquet. HEX triplet: A1, 85 and 9D. RGB value is (161,133,157). Sum of RGB (Red+Green+Blue) = 161+133+157=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 161 - color contains mainly: red. Hex color #A1859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1859D is #5E7A62. Grayscale: #909090. Windows color (decimal): -6191715 or 10323361. OLE color: 10323361.

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

Color convert

RGB161133157-
CMYK00.170.020.37
HSL308.57º12.96%57.65%-
HSV(B)308.57º17.39%63.14%-
XYZ29.1726.7935.53-
YUV144.11135.28140.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 157 (61.72% from 255) = 34.81%
R=35.70%
G=29.49%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113315700.170.020.37308.5712.9657.65
HexA1859D011225135d3a
Octal2412052350212454651572
Binary101000011000010110011101010001101001011001101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1859D; }

 p { color: rgb(161,133,157); }

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

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

 a { background-color: rgb(161,133,157); }

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

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

 span { border-color: rgb(161,133,157); }

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