#805693

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

Shades of Affair #805693

Tints of Affair #805693

Color information

#805693 (or 0x805693) is unknown color: approx Affair. HEX triplet: 80, 56 and 93. RGB value is (128,86,147). Sum of RGB (Red+Green+Blue) = 128+86+147=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #805693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805693 is #7FA96C. Grayscale: #696969. Windows color (decimal): -8366445 or 9655936. OLE color: 9655936.

HSL color Cylindrical-coordinate representation of color #805693: hue angle of 281.31º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #805693 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12886147-
CMYK0.130.4100.42
HSL281.31º26.18%45.69%-
HSV(B)281.31º41.5%57.65%-
XYZ17.513.3529.26-
YUV105.51151.41144.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=35.46%
G=23.82%
B=40.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128861470.130.4100.42281.3126.1845.69
Hex805693D2902A1191a2e
Octal20012622315510524313256
Binary100000001010110100100111101101001010101010001100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805693; }

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

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

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

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

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

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

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

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