#A8859B

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

Shades of Bouquet #A8859B

Tints of Bouquet #A8859B

Color information

#A8859B (or 0xA8859B) is unknown color: approx Bouquet. HEX triplet: A8, 85 and 9B. RGB value is (168,133,155). Sum of RGB (Red+Green+Blue) = 168+133+155=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A8859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8859B is #577A64. Grayscale: #919191. Windows color (decimal): -5732965 or 10192296. OLE color: 10192296.

HSL color Cylindrical-coordinate representation of color #A8859B: hue angle of 322.29º 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 #A8859B is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB168133155-
CMYK00.210.080.34
HSL322.29º16.75%59.02%-
HSV(B)322.29º20.83%65.88%-
XYZ30.4527.4734.71-
YUV145.97133.1143.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=36.84%
G=29.17%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813315500.210.080.34322.2916.7559.02
HexA8859B015822142113b
Octal25020523302510425022173
Binary101010001000010110011011010101100010001010100001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8859B; }

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

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

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

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

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

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

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

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