#805299

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

Shades of Affair #805299

Tints of Affair #805299

Color information

#805299 (or 0x805299) is unknown color: approx Affair. HEX triplet: 80, 52 and 99. RGB value is (128,82,153). Sum of RGB (Red+Green+Blue) = 128+82+153=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #805299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805299 is #7FAD66. Grayscale: #676767. Windows color (decimal): -8367463 or 10048128. OLE color: 10048128.

HSL color Cylindrical-coordinate representation of color #805299: hue angle of 278.87º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805299 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12882153-
CMYK0.160.4600.4
HSL278.87º30.21%46.08%-
HSV(B)278.87º46.41%60%-
XYZ17.6712.9231.7-
YUV103.85155.74145.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=35.26%
G=22.59%
B=42.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128821530.160.4600.4278.8730.2146.08
Hex805299102E0281171e2e
Octal20012223120560504273656
Binary1000000010100101001100110000101110010100010001011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805299; }

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

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

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

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

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

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

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

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