#A87EA0

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

Shades of Bouquet #A87EA0

Tints of Bouquet #A87EA0

Color information

#A87EA0 (or 0xA87EA0) is unknown color: approx Bouquet. HEX triplet: A8, 7E and A0. RGB value is (168,126,160). Sum of RGB (Red+Green+Blue) = 168+126+160=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A87EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87EA0 is #57815F. Grayscale: #8E8E8E. Windows color (decimal): -5734752 or 10518184. OLE color: 10518184.

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

Color convert

RGB168126160-
CMYK00.250.050.34
HSL311.43º19.44%57.65%-
HSV(B)311.43º25%65.88%-
XYZ29.9525.7836.66-
YUV142.43137.91146.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 160 (62.89% from 255) = 35.24%
R=37.00%
G=27.75%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812616000.250.050.34311.4319.4457.65
HexA87EA0019522137133a
Octal2501762400315424672372
Binary1010100011111101010000001100110110001010011011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87EA0; }

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

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

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

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

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

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

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

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