#A2789D

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

Shades of Bouquet #A2789D

Tints of Bouquet #A2789D

Color information

#A2789D (or 0xA2789D) is unknown color: approx Bouquet. HEX triplet: A2, 78 and 9D. RGB value is (162,120,157). Sum of RGB (Red+Green+Blue) = 162+120+157=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 162 - color contains mainly: red. Hex color #A2789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2789D is #5D8762. Grayscale: #888888. Windows color (decimal): -6129507 or 10320034. OLE color: 10320034.

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

Color convert

RGB162120157-
CMYK00.260.030.36
HSL307.14º18.42%55.29%-
HSV(B)307.14º25.93%63.53%-
XYZ27.723.5534.98-
YUV136.78139.41145.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=36.90%
G=27.33%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212015700.260.030.36307.1418.4255.29
HexA2789D01A3241331237
Octal2421702350323444632267
Binary101000101111000100111010110101110010010011001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2789D; }

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

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

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

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

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

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

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

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