#A86F9B

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

Shades of Bouquet #A86F9B

Tints of Bouquet #A86F9B

Color information

#A86F9B (or 0xA86F9B) is unknown color: approx Bouquet. HEX triplet: A8, 6F and 9B. RGB value is (168,111,155). Sum of RGB (Red+Green+Blue) = 168+111+155=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F9B is #579064. Grayscale: #848484. Windows color (decimal): -5738597 or 10186664. OLE color: 10186664.

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

Color convert

RGB168111155-
CMYK00.340.080.34
HSL313.68º24.68%54.71%-
HSV(B)313.68º33.93%65.88%-
XYZ27.7522.0633.81-
YUV133.06140.38152.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=38.71%
G=25.58%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811115500.340.080.34313.6824.6854.71
HexA86F9B02282213a1937
Octal25015723304210424723167
Binary101010001101111100110110100010100010001010011101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F9B; }

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

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

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

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

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

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

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

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