#A88EA0

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

Shades of Bouquet #A88EA0

Tints of Bouquet #A88EA0

Color information

#A88EA0 (or 0xA88EA0) is unknown color: approx Bouquet. HEX triplet: A8, 8E and A0. RGB value is (168,142,160). Sum of RGB (Red+Green+Blue) = 168+142+160=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A88EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EA0 is #57715F. Grayscale: #979797. Windows color (decimal): -5730656 or 10522280. OLE color: 10522280.

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

Color convert

RGB168142160-
CMYK00.150.050.34
HSL318.46º13%60.78%-
HSV(B)318.46º15.48%65.88%-
XYZ32.1730.2137.39-
YUV151.83132.61139.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=35.74%
G=30.21%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814216000.150.050.34318.461360.78
HexA88EA00F52213ed3d
Octal2502162400175424761575
Binary101010001000111010100000011111011000101001111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EA0; }

 p { color: rgb(168,142,160); }

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

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

 a { background-color: rgb(168,142,160); }

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

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

 span { border-color: rgb(168,142,160); }

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