#805290

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

Shades of Affair #805290

Tints of Affair #805290

Color information

#805290 (or 0x805290) is unknown color: approx Affair. HEX triplet: 80, 52 and 90. RGB value is (128,82,144). Sum of RGB (Red+Green+Blue) = 128+82+144=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #805290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805290 is #7FAD6F. Grayscale: #666666. Windows color (decimal): -8367472 or 9458304. OLE color: 9458304.

HSL color Cylindrical-coordinate representation of color #805290: hue angle of 284.52º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805290 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12882144-
CMYK0.110.4300.44
HSL284.52º27.43%44.31%-
HSV(B)284.52º43.06%56.47%-
XYZ16.9512.6427.93-
YUV102.82151.24145.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=36.16%
G=23.16%
B=40.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128821440.110.4300.44284.5227.4344.31
Hex805290B2B02C11d1b2c
Octal20012222013530544353354
Binary100000001010010100100001011101011010110010001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805290; }

 p { color: rgb(128,82,144); }

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

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

 a { background-color: rgb(128,82,144); }

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

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

 span { border-color: rgb(128,82,144); }

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