#805795

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

Shades of Affair #805795

Tints of Affair #805795

Color information

#805795 (or 0x805795) is unknown color: approx Affair. HEX triplet: 80, 57 and 95. RGB value is (128,87,149). Sum of RGB (Red+Green+Blue) = 128+87+149=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #805795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805795 is #7FA86A. Grayscale: #6A6A6A. Windows color (decimal): -8366187 or 9787264. OLE color: 9787264.

HSL color Cylindrical-coordinate representation of color #805795: hue angle of 279.68º degrees, saturation: 0.26, 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 #805795 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12887149-
CMYK0.140.4200.42
HSL279.68º26.27%46.27%-
HSV(B)279.68º41.61%58.43%-
XYZ17.7413.5830.12-
YUV106.33152.08143.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=35.16%
G=23.90%
B=40.93%

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
Decimal128871490.140.4200.42279.6826.2746.27
Hex805795E2A02A1181a2e
Octal20012722516520524303256
Binary100000001010111100101011110101010010101010001100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805795; }

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

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

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

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

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

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

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

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