#845593

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

Shades of Affair #845593

Tints of Affair #845593

Color information

#845593 (or 0x845593) is unknown color: approx Affair. HEX triplet: 84, 55 and 93. RGB value is (132,85,147). Sum of RGB (Red+Green+Blue) = 132+85+147=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #845593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845593 is #7BAA6C. Grayscale: #696969. Windows color (decimal): -8104557 or 9655684. OLE color: 9655684.

HSL color Cylindrical-coordinate representation of color #845593: hue angle of 285.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845593 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13285147-
CMYK0.100.4200.42
HSL285.48º26.72%45.49%-
HSV(B)285.48º42.18%57.65%-
XYZ18.0313.5129.26-
YUV106.12151.07146.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=36.26%
G=23.35%
B=40.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132851470.100.4200.42285.4826.7245.49
Hex845593A2A02A11d1b2d
Octal20412522312520524353355
Binary100001001010101100100111010101010010101010001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845593; }

 p { color: rgb(132,85,147); }

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

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

 a { background-color: rgb(132,85,147); }

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

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

 span { border-color: rgb(132,85,147); }

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