#885696

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

Shades of Affair #885696

Tints of Affair #885696

Color information

#885696 (or 0x885696) is unknown color: approx Affair. HEX triplet: 88, 56 and 96. RGB value is (136,86,150). Sum of RGB (Red+Green+Blue) = 136+86+150=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #885696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885696 is #77A969. Grayscale: #6C6C6C. Windows color (decimal): -7842154 or 9852552. OLE color: 9852552.

HSL color Cylindrical-coordinate representation of color #885696: hue angle of 286.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #885696 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13686150-
CMYK0.090.4300.41
HSL286.88º27.12%46.27%-
HSV(B)286.88º42.67%58.82%-
XYZ18.9914.0930.57-
YUV108.25151.56147.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 86 (33.98% from 255) = 23.12%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=36.56%
G=23.12%
B=40.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136861500.090.4300.41286.8827.1246.27
Hex88569692B02911f1b2e
Octal21012622611530514373356
Binary100010001010110100101101001101011010100110001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885696; }

 p { color: rgb(136,86,150); }

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

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

 a { background-color: rgb(136,86,150); }

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

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

 span { border-color: rgb(136,86,150); }

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