#A86D9B

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

Shades of Bouquet #A86D9B

Tints of Bouquet #A86D9B

Color information

#A86D9B (or 0xA86D9B) is unknown color: approx Bouquet. HEX triplet: A8, 6D and 9B. RGB value is (168,109,155). Sum of RGB (Red+Green+Blue) = 168+109+155=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D9B is #579264. Grayscale: #838383. Windows color (decimal): -5739109 or 10186152. OLE color: 10186152.

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

Color convert

RGB168109155-
CMYK00.350.080.34
HSL313.22º25.32%54.31%-
HSV(B)313.22º35.12%65.88%-
XYZ27.5321.6333.73-
YUV131.88141.05153.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=38.89%
G=25.23%
B=35.88%

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
Decimal16810915500.350.080.34313.2225.3254.31
HexA86D9B0238221391936
Octal25015523304310424713166
Binary101010001101101100110110100011100010001010011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D9B; }

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

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

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

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

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

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

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

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