#805695

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

Shades of Affair #805695

Tints of Affair #805695

Color information

#805695 (or 0x805695) is unknown color: approx Affair. HEX triplet: 80, 56 and 95. RGB value is (128,86,149). Sum of RGB (Red+Green+Blue) = 128+86+149=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #805695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805695 is #7FA96A. Grayscale: #696969. Windows color (decimal): -8366443 or 9787008. OLE color: 9787008.

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

Color convert

RGB12886149-
CMYK0.140.4200.42
HSL280º26.81%46.08%-
HSV(B)280º42.28%58.43%-
XYZ17.6513.4130.09-
YUV105.74152.41143.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=35.26%
G=23.69%
B=41.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128861490.140.4200.4228026.8146.08
Hex805695E2A02A1181b2e
Octal20012622516520524303356
Binary100000001010110100101011110101010010101010001100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805695; }

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

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

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

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

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

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

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

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