#806290

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

Shades of Affair #806290

Tints of Affair #806290

Color information

#806290 (or 0x806290) is unknown color: approx Affair. HEX triplet: 80, 62 and 90. RGB value is (128,98,144). Sum of RGB (Red+Green+Blue) = 128+98+144=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #806290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806290 is #7F9D6F. Grayscale: #707070. Windows color (decimal): -8363376 or 9462400. OLE color: 9462400.

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

Color convert

RGB12898144-
CMYK0.110.3200.44
HSL279.13º19.01%47.45%-
HSV(B)279.13º31.94%56.47%-
XYZ18.315.3428.38-
YUV112.21145.94139.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=34.59%
G=26.49%
B=38.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128981440.110.3200.44279.1319.0147.45
Hex806290B2002C117132f
Octal20014222013400544272357
Binary100000001100010100100001011100000010110010001011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806290; }

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

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

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

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

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

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

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

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