#A87F93

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

Shades of Bouquet #A87F93

Tints of Bouquet #A87F93

Color information

#A87F93 (or 0xA87F93) is unknown color: approx Bouquet. HEX triplet: A8, 7F and 93. RGB value is (168,127,147). Sum of RGB (Red+Green+Blue) = 168+127+147=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F93 is #57806C. Grayscale: #8D8D8D. Windows color (decimal): -5734509 or 9666472. OLE color: 9666472.

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

Color convert

RGB168127147-
CMYK00.240.130.34
HSL330.73º19.07%57.84%-
HSV(B)330.73º24.4%65.88%-
XYZ2925.6131.02-
YUV141.54131.08146.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=38.01%
G=28.73%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812714700.240.130.34330.7319.0757.84
HexA87F93018D2214b133a
Octal25017722303015425132372
Binary10101000111111110010011011000110110001010100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F93; }

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

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

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

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

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

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

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

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