#A0859B

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

Shades of Bouquet #A0859B

Tints of Bouquet #A0859B

Color information

#A0859B (or 0xA0859B) is unknown color: approx Bouquet. HEX triplet: A0, 85 and 9B. RGB value is (160,133,155). Sum of RGB (Red+Green+Blue) = 160+133+155=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A0859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0859B is #5F7A64. Grayscale: #8F8F8F. Windows color (decimal): -6257253 or 10192288. OLE color: 10192288.

HSL color Cylindrical-coordinate representation of color #A0859B: hue angle of 311.11º 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 #A0859B is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB160133155-
CMYK00.170.030.37
HSL311.11º12.44%57.45%-
HSV(B)311.11º16.88%62.75%-
XYZ28.826.6234.63-
YUV143.58134.45139.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=35.71%
G=29.69%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013315500.170.030.37311.1112.4457.45
HexA0859B011325137c39
Octal2402052330213454671471
Binary101000001000010110011011010001111001011001101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0859B; }

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

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

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

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

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

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

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

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