#A88A9D

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

Shades of Bouquet #A88A9D

Tints of Bouquet #A88A9D

Color information

#A88A9D (or 0xA88A9D) is unknown color: approx Bouquet. HEX triplet: A8, 8A and 9D. RGB value is (168,138,157). Sum of RGB (Red+Green+Blue) = 168+138+157=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88A9D is #577562. Grayscale: #959595. Windows color (decimal): -5731683 or 10324648. OLE color: 10324648.

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

Color convert

RGB168138157-
CMYK00.180.070.34
HSL322º14.71%60%-
HSV(B)322º17.86%65.88%-
XYZ31.3228.9435.83-
YUV149.14132.44141.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 138 (54.30% from 255) = 29.81%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=36.29%
G=29.81%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813815700.180.070.3432214.7160
HexA88A9D012722142f3c
Octal2502122350227425021774
Binary1010100010001010100111010100101111000101010000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A9D; }

 p { color: rgb(168,138,157); }

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

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

 a { background-color: rgb(168,138,157); }

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

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

 span { border-color: rgb(168,138,157); }

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