#A86F9C

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

Shades of Bouquet #A86F9C

Tints of Bouquet #A86F9C

Color information

#A86F9C (or 0xA86F9C) is unknown color: approx Bouquet. HEX triplet: A8, 6F and 9C. RGB value is (168,111,156). Sum of RGB (Red+Green+Blue) = 168+111+156=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86F9C is #579063. Grayscale: #858585. Windows color (decimal): -5738596 or 10252200. OLE color: 10252200.

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

Color convert

RGB168111156-
CMYK00.340.070.34
HSL312.63º24.68%54.71%-
HSV(B)312.63º33.93%65.88%-
XYZ27.8322.0934.25-
YUV133.17140.88152.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=38.62%
G=25.52%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811115600.340.070.34312.6324.6854.71
HexA86F9C0227221391937
Octal2501572340427424713167
Binary10101000110111110011100010001011110001010011100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F9C; }

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

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

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

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

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

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

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

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