#805593

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

Shades of Affair #805593

Tints of Affair #805593

Color information

#805593 (or 0x805593) is unknown color: approx Affair. HEX triplet: 80, 55 and 93. RGB value is (128,85,147). Sum of RGB (Red+Green+Blue) = 128+85+147=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #805593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805593 is #7FAA6C. Grayscale: #686868. Windows color (decimal): -8366701 or 9655680. OLE color: 9655680.

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

Color convert

RGB12885147-
CMYK0.130.4200.42
HSL281.61º26.72%45.49%-
HSV(B)281.61º42.18%57.65%-
XYZ17.4213.1929.23-
YUV104.92151.75144.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=35.56%
G=23.61%
B=40.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128851470.130.4200.42281.6126.7245.49
Hex805593D2A02A11a1b2d
Octal20012522315520524323355
Binary100000001010101100100111101101010010101010001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805593; }

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

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

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

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

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

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

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

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