#A88B9E

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

Shades of Bouquet #A88B9E

Tints of Bouquet #A88B9E

Color information

#A88B9E (or 0xA88B9E) is unknown color: approx Bouquet. HEX triplet: A8, 8B and 9E. RGB value is (168,139,158). Sum of RGB (Red+Green+Blue) = 168+139+158=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88B9E is #577461. Grayscale: #959595. Windows color (decimal): -5731426 or 10390440. OLE color: 10390440.

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

Color convert

RGB168139158-
CMYK00.170.060.34
HSL320.69º14.29%60.2%-
HSV(B)320.69º17.26%65.88%-
XYZ31.5529.2636.33-
YUV149.84132.61140.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=36.13%
G=29.89%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813915800.170.060.34320.6914.2960.2
HexA88B9E011622141e3c
Octal2502132360216425011674
Binary1010100010001011100111100100011101000101010000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B9E; }

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

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

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

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

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

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

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

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