#A86F99

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

Shades of Bouquet #A86F99

Tints of Bouquet #A86F99

Color information

#A86F99 (or 0xA86F99) is unknown color: approx Bouquet. HEX triplet: A8, 6F and 99. RGB value is (168,111,153). Sum of RGB (Red+Green+Blue) = 168+111+153=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F99 is #579066. Grayscale: #848484. Windows color (decimal): -5738599 or 10055592. OLE color: 10055592.

HSL color Cylindrical-coordinate representation of color #A86F99: hue angle of 315.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A86F99 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168111153-
CMYK00.340.090.34
HSL315.79º24.68%54.71%-
HSV(B)315.79º33.93%65.88%-
XYZ27.5821.9932.93-
YUV132.83139.38153.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=38.89%
G=25.69%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811115300.340.090.34315.7924.6854.71
HexA86F9902292213c1937
Octal25015723104211424743167
Binary101010001101111100110010100010100110001010011110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F99; }

 p { color: rgb(168,111,153); }

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

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

 a { background-color: rgb(168,111,153); }

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

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

 span { border-color: rgb(168,111,153); }

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