#805190

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

Shades of Affair #805190

Tints of Affair #805190

Color information

#805190 (or 0x805190) is unknown color: approx Affair. HEX triplet: 80, 51 and 90. RGB value is (128,81,144). Sum of RGB (Red+Green+Blue) = 128+81+144=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #805190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805190 is #7FAE6F. Grayscale: #666666. Windows color (decimal): -8367728 or 9458048. OLE color: 9458048.

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

Color convert

RGB12881144-
CMYK0.110.4400.44
HSL284.76º28%44.12%-
HSV(B)284.76º43.75%56.47%-
XYZ16.8812.4927.91-
YUV102.23151.57146.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=36.26%
G=22.95%
B=40.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128811440.110.4400.44284.762844.12
Hex805190B2C02C11d1c2c
Octal20012122013540544353454
Binary100000001010001100100001011101100010110010001110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805190; }

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

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

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

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

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

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

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

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