#885597

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

Shades of Affair #885597

Tints of Affair #885597

Color information

#885597 (or 0x885597) is unknown color: approx Affair. HEX triplet: 88, 55 and 97. RGB value is (136,85,151). Sum of RGB (Red+Green+Blue) = 136+85+151=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #885597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885597 is #77AA68. Grayscale: #6B6B6B. Windows color (decimal): -7842409 or 9917832. OLE color: 9917832.

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

Color convert

RGB13685151-
CMYK0.100.4400.41
HSL286.36º27.97%46.27%-
HSV(B)286.36º43.71%59.22%-
XYZ18.9913.9730.97-
YUV107.77152.4148.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.56%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=36.56%
G=22.85%
B=40.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136851510.100.4400.41286.3627.9746.27
Hex885597A2C02911e1c2e
Octal21012522712540514363456
Binary100010001010101100101111010101100010100110001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885597; }

 p { color: rgb(136,85,151); }

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

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

 a { background-color: rgb(136,85,151); }

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

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

 span { border-color: rgb(136,85,151); }

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