#A8859E

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

Shades of Bouquet #A8859E

Tints of Bouquet #A8859E

Color information

#A8859E (or 0xA8859E) is unknown color: approx Bouquet. HEX triplet: A8, 85 and 9E. RGB value is (168,133,158). Sum of RGB (Red+Green+Blue) = 168+133+158=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 168 - color contains mainly: red. Hex color #A8859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8859E is #577A61. Grayscale: #929292. Windows color (decimal): -5732962 or 10388904. OLE color: 10388904.

HSL color Cylindrical-coordinate representation of color #A8859E: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8859E is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB168133158-
CMYK00.210.060.34
HSL317.14º16.75%59.02%-
HSV(B)317.14º20.83%65.88%-
XYZ30.7127.5736.05-
YUV146.32134.6143.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=36.60%
G=28.98%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813315800.210.060.34317.1416.7559.02
HexA8859E01562213d113b
Octal2502052360256424752173
Binary10101000100001011001111001010111010001010011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8859E; }

 p { color: rgb(168,133,158); }

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

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

 a { background-color: rgb(168,133,158); }

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

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

 span { border-color: rgb(168,133,158); }

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