#A888A1

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

Shades of Bouquet #A888A1

Tints of Bouquet #A888A1

Color information

#A888A1 (or 0xA888A1) is unknown color: approx Bouquet. HEX triplet: A8, 88 and A1. RGB value is (168,136,161). Sum of RGB (Red+Green+Blue) = 168+136+161=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 168 - color contains mainly: red. Hex color #A888A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888A1 is #57775E. Grayscale: #949494. Windows color (decimal): -5732191 or 10586280. OLE color: 10586280.

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

Color convert

RGB168136161-
CMYK00.190.040.34
HSL313.12º15.53%59.61%-
HSV(B)313.12º19.05%65.88%-
XYZ31.3928.5137.57-
YUV148.42135.1141.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=36.13%
G=29.25%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813616100.190.040.34313.1215.5359.61
HexA888A1013422139103c
Octal2502102410234424712074
Binary10101000100010001010000101001110010001010011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888A1; }

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

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

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

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

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

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

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

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