#A2859D

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

Shades of Bouquet #A2859D

Tints of Bouquet #A2859D

Color information

#A2859D (or 0xA2859D) is unknown color: approx Bouquet. HEX triplet: A2, 85 and 9D. RGB value is (162,133,157). Sum of RGB (Red+Green+Blue) = 162+133+157=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A2859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2859D is #5D7A62. Grayscale: #909090. Windows color (decimal): -6126179 or 10323362. OLE color: 10323362.

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

Color convert

RGB162133157-
CMYK00.180.030.36
HSL310.34º13.49%57.84%-
HSV(B)310.34º17.9%63.53%-
XYZ29.3726.8935.54-
YUV144.41135.11140.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=35.84%
G=29.42%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213315700.180.030.36310.3413.4957.84
HexA2859D012324136d3a
Octal2422052350223444661572
Binary101000101000010110011101010010111001001001101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2859D; }

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

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

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

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

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

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

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

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