#A87C9A

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

Shades of Bouquet #A87C9A

Tints of Bouquet #A87C9A

Color information

#A87C9A (or 0xA87C9A) is unknown color: approx Bouquet. HEX triplet: A8, 7C and 9A. RGB value is (168,124,154). Sum of RGB (Red+Green+Blue) = 168+124+154=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87C9A is #578365. Grayscale: #8C8C8C. Windows color (decimal): -5735270 or 10124456. OLE color: 10124456.

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

Color convert

RGB168124154-
CMYK00.260.080.34
HSL319.09º20.18%57.25%-
HSV(B)319.09º26.19%65.88%-
XYZ29.1925.0733.87-
YUV140.58135.58147.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=37.67%
G=27.80%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812415400.260.080.34319.0920.1857.25
HexA87C9A01A82213f1439
Octal25017423203210424772471
Binary10101000111110010011010011010100010001010011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87C9A; }

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

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

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

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

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

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

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

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