#A88BA1

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

Shades of Bouquet #A88BA1

Tints of Bouquet #A88BA1

Color information

#A88BA1 (or 0xA88BA1) is unknown color: approx Bouquet. HEX triplet: A8, 8B and A1. RGB value is (168,139,161). Sum of RGB (Red+Green+Blue) = 168+139+161=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 168 - color contains mainly: red. Hex color #A88BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88BA1 is #57745E. Grayscale: #969696. Windows color (decimal): -5731423 or 10587048. OLE color: 10587048.

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

Color convert

RGB168139161-
CMYK00.170.040.34
HSL314.48º14.29%60.2%-
HSV(B)314.48º17.26%65.88%-
XYZ31.8129.3637.71-
YUV150.18134.11140.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 139 (54.69% from 255) = 29.70%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=35.90%
G=29.70%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813916100.170.040.34314.4814.2960.2
HexA88BA101142213ae3c
Octal2502132410214424721674
Binary1010100010001011101000010100011001000101001110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BA1; }

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

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

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

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

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

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

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

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