#A87F9A

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

Shades of Bouquet #A87F9A

Tints of Bouquet #A87F9A

Color information

#A87F9A (or 0xA87F9A) is unknown color: approx Bouquet. HEX triplet: A8, 7F and 9A. RGB value is (168,127,154). Sum of RGB (Red+Green+Blue) = 168+127+154=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F9A is #578065. Grayscale: #8E8E8E. Windows color (decimal): -5734502 or 10125224. OLE color: 10125224.

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

Color convert

RGB168127154-
CMYK00.240.080.34
HSL320.49º19.07%57.84%-
HSV(B)320.49º24.4%65.88%-
XYZ29.5725.8434-
YUV142.34134.58146.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=37.42%
G=28.29%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812715400.240.080.34320.4919.0757.84
HexA87F9A018822140133a
Octal25017723203010425002372
Binary10101000111111110011010011000100010001010100000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F9A; }

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

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

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

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

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

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

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

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