#A87BA0

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

Shades of Bouquet #A87BA0

Tints of Bouquet #A87BA0

Color information

#A87BA0 (or 0xA87BA0) is unknown color: approx Bouquet. HEX triplet: A8, 7B and A0. RGB value is (168,123,160). Sum of RGB (Red+Green+Blue) = 168+123+160=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 168 - color contains mainly: red. Hex color #A87BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BA0 is #57845F. Grayscale: #8C8C8C. Windows color (decimal): -5735520 or 10517416. OLE color: 10517416.

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

Color convert

RGB168123160-
CMYK00.270.050.34
HSL310.67º20.55%57.06%-
HSV(B)310.67º26.79%65.88%-
XYZ29.5825.0336.53-
YUV140.67138.91147.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=37.25%
G=27.27%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812316000.270.050.34310.6720.5557.06
HexA87BA001B5221371539
Octal2501732400335424672571
Binary1010100011110111010000001101110110001010011011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BA0; }

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

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

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

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

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

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

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

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