#A8859F

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

Shades of Bouquet #A8859F

Tints of Bouquet #A8859F

Color information

#A8859F (or 0xA8859F) is unknown color: approx Bouquet. HEX triplet: A8, 85 and 9F. RGB value is (168,133,159). Sum of RGB (Red+Green+Blue) = 168+133+159=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A8859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8859F is #577A60. Grayscale: #929292. Windows color (decimal): -5732961 or 10454440. OLE color: 10454440.

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

Color convert

RGB168133159-
CMYK00.210.050.34
HSL315.43º16.75%59.02%-
HSV(B)315.43º20.83%65.88%-
XYZ30.7927.636.51-
YUV146.43135.1143.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=36.52%
G=28.91%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813315900.210.050.34315.4316.7559.02
HexA8859F01552213b113b
Octal2502052370255424732173
Binary10101000100001011001111101010110110001010011101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8859F; }

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

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

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

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

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

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

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

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