#A2789E

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

Shades of Bouquet #A2789E

Tints of Bouquet #A2789E

Color information

#A2789E (or 0xA2789E) is unknown color: approx Bouquet. HEX triplet: A2, 78 and 9E. RGB value is (162,120,158). Sum of RGB (Red+Green+Blue) = 162+120+158=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A2789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2789E is #5D8761. Grayscale: #888888. Windows color (decimal): -6129506 or 10385570. OLE color: 10385570.

HSL color Cylindrical-coordinate representation of color #A2789E: hue angle of 305.71º 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 #A2789E is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB162120158-
CMYK00.260.020.36
HSL305.71º18.42%55.29%-
HSV(B)305.71º25.93%63.53%-
XYZ27.7923.5835.44-
YUV136.89139.91145.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=36.82%
G=27.27%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212015800.260.020.36305.7118.4255.29
HexA2789E01A2241321237
Octal2421702360322444622267
Binary101000101111000100111100110101010010010011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2789E; }

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

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

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

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

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

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

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

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