#A0859D

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

Shades of Bouquet #A0859D

Tints of Bouquet #A0859D

Color information

#A0859D (or 0xA0859D) is unknown color: approx Bouquet. HEX triplet: A0, 85 and 9D. RGB value is (160,133,157). Sum of RGB (Red+Green+Blue) = 160+133+157=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A0859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0859D is #5F7A62. Grayscale: #8F8F8F. Windows color (decimal): -6257251 or 10323360. OLE color: 10323360.

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

Color convert

RGB160133157-
CMYK00.170.020.37
HSL306.67º12.44%57.45%-
HSV(B)306.67º16.88%62.75%-
XYZ28.9726.6835.52-
YUV143.81135.45139.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=35.56%
G=29.56%
B=34.89%

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
Decimal16013315700.170.020.37306.6712.4457.45
HexA0859D011225133c39
Octal2402052350212454631471
Binary101000001000010110011101010001101001011001100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0859D; }

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

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

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

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

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

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

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

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