#A86E9B

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

Shades of Bouquet #A86E9B

Tints of Bouquet #A86E9B

Color information

#A86E9B (or 0xA86E9B) is unknown color: approx Bouquet. HEX triplet: A8, 6E and 9B. RGB value is (168,110,155). Sum of RGB (Red+Green+Blue) = 168+110+155=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86E9B is #579164. Grayscale: #848484. Windows color (decimal): -5738853 or 10186408. OLE color: 10186408.

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

Color convert

RGB168110155-
CMYK00.350.080.34
HSL313.45º25%54.51%-
HSV(B)313.45º34.52%65.88%-
XYZ27.6421.8433.77-
YUV132.47140.72153.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=38.80%
G=25.40%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811015500.350.080.34313.452554.51
HexA86E9B0238221391937
Octal25015623304310424713167
Binary101010001101110100110110100011100010001010011100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E9B; }

 p { color: rgb(168,110,155); }

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

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

 a { background-color: rgb(168,110,155); }

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

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

 span { border-color: rgb(168,110,155); }

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