#A86E9C

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

Shades of Bouquet #A86E9C

Tints of Bouquet #A86E9C

Color information

#A86E9C (or 0xA86E9C) is unknown color: approx Bouquet. HEX triplet: A8, 6E and 9C. RGB value is (168,110,156). Sum of RGB (Red+Green+Blue) = 168+110+156=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86E9C is #579163. Grayscale: #848484. Windows color (decimal): -5738852 or 10251944. OLE color: 10251944.

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

Color convert

RGB168110156-
CMYK00.350.070.34
HSL312.41º25%54.51%-
HSV(B)312.41º34.52%65.88%-
XYZ27.7321.8834.21-
YUV132.59141.22153.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=38.71%
G=25.35%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811015600.350.070.34312.412554.51
HexA86E9C0237221381937
Octal2501562340437424703167
Binary10101000110111010011100010001111110001010011100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E9C; }

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

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

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

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

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

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

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

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