#805496

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

Shades of Affair #805496

Tints of Affair #805496

Color information

#805496 (or 0x805496) is unknown color: approx Affair. HEX triplet: 80, 54 and 96. RGB value is (128,84,150). Sum of RGB (Red+Green+Blue) = 128+84+150=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #805496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805496 is #7FAB69. Grayscale: #686868. Windows color (decimal): -8366954 or 9852032. OLE color: 9852032.

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

Color convert

RGB12884150-
CMYK0.150.4400.41
HSL280º28.21%45.88%-
HSV(B)280º44%58.82%-
XYZ17.5813.1330.46-
YUV104.68153.58144.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=35.36%
G=23.20%
B=41.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128841500.150.4400.4128028.2145.88
Hex805496F2C0291181c2e
Octal20012422617540514303456
Binary100000001010100100101101111101100010100110001100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805496; }

 p { color: rgb(128,84,150); }

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

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

 a { background-color: rgb(128,84,150); }

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

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

 span { border-color: rgb(128,84,150); }

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