#A87F96

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

Shades of Bouquet #A87F96

Tints of Bouquet #A87F96

Color information

#A87F96 (or 0xA87F96) is unknown color: approx Bouquet. HEX triplet: A8, 7F and 96. RGB value is (168,127,150). Sum of RGB (Red+Green+Blue) = 168+127+150=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F96 is #578069. Grayscale: #8D8D8D. Windows color (decimal): -5734506 or 9863080. OLE color: 9863080.

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

Color convert

RGB168127150-
CMYK00.240.110.34
HSL326.34º19.07%57.84%-
HSV(B)326.34º24.4%65.88%-
XYZ29.2425.7132.27-
YUV141.88132.58146.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=37.75%
G=28.54%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812715000.240.110.34326.3419.0757.84
HexA87F96018B22146133a
Octal25017722603013425062372
Binary10101000111111110010110011000101110001010100011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F96; }

 p { color: rgb(168,127,150); }

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

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

 a { background-color: rgb(168,127,150); }

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

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

 span { border-color: rgb(168,127,150); }

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