#A87F9E

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

Shades of Bouquet #A87F9E

Tints of Bouquet #A87F9E

Color information

#A87F9E (or 0xA87F9E) is unknown color: approx Bouquet. HEX triplet: A8, 7F and 9E. RGB value is (168,127,158). Sum of RGB (Red+Green+Blue) = 168+127+158=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F9E is #578061. Grayscale: #8E8E8E. Windows color (decimal): -5734498 or 10387368. OLE color: 10387368.

HSL color Cylindrical-coordinate representation of color #A87F9E: hue angle of 314.63º 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 #A87F9E is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB168127158-
CMYK00.240.060.34
HSL314.63º19.07%57.84%-
HSV(B)314.63º24.4%65.88%-
XYZ29.9125.9735.78-
YUV142.79136.58145.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=37.09%
G=28.04%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812715800.240.060.34314.6319.0757.84
HexA87F9E01862213b133a
Octal2501772360306424732372
Binary1010100011111111001111001100011010001010011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F9E; }

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

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

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

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

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

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

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

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