#805696

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

Shades of Affair #805696

Tints of Affair #805696

Color information

#805696 (or 0x805696) is unknown color: approx Affair. HEX triplet: 80, 56 and 96. RGB value is (128,86,150). Sum of RGB (Red+Green+Blue) = 128+86+150=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #805696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805696 is #7FA969. Grayscale: #696969. Windows color (decimal): -8366442 or 9852544. OLE color: 9852544.

HSL color Cylindrical-coordinate representation of color #805696: hue angle of 279.38º 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 #805696 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12886150-
CMYK0.150.4300.41
HSL279.38º27.12%46.27%-
HSV(B)279.38º42.67%58.82%-
XYZ17.7313.4530.51-
YUV105.85152.91143.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=35.16%
G=23.63%
B=41.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128861500.150.4300.41279.3827.1246.27
Hex805696F2B0291171b2e
Octal20012622617530514273356
Binary100000001010110100101101111101011010100110001011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805696; }

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

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

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

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

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

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

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

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