#A86D9A

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

Shades of Bouquet #A86D9A

Tints of Bouquet #A86D9A

Color information

#A86D9A (or 0xA86D9A) is unknown color: approx Bouquet. HEX triplet: A8, 6D and 9A. RGB value is (168,109,154). Sum of RGB (Red+Green+Blue) = 168+109+154=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D9A is #579265. Grayscale: #838383. Windows color (decimal): -5739110 or 10120616. OLE color: 10120616.

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

Color convert

RGB168109154-
CMYK00.350.080.34
HSL314.24º25.32%54.31%-
HSV(B)314.24º35.12%65.88%-
XYZ27.4521.633.29-
YUV131.77140.55153.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=38.98%
G=25.29%
B=35.73%

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
Decimal16810915400.350.080.34314.2425.3254.31
HexA86D9A02382213a1936
Octal25015523204310424723166
Binary101010001101101100110100100011100010001010011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D9A; }

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

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

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

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

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

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

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

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