#80618A

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

Shades of Affair #80618A

Tints of Affair #80618A

Color information

#80618A (or 0x80618A) is unknown color: approx Affair. HEX triplet: 80, 61 and 8A. RGB value is (128,97,138). Sum of RGB (Red+Green+Blue) = 128+97+138=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #80618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80618A is #7F9E75. Grayscale: #6E6E6E. Windows color (decimal): -8363638 or 9068928. OLE color: 9068928.

HSL color Cylindrical-coordinate representation of color #80618A: hue angle of 285.37º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80618A is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12897138-
CMYK0.070.3000.46
HSL285.37º17.45%46.08%-
HSV(B)285.37º29.71%54.12%-
XYZ17.7614.9726-
YUV110.94143.27140.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=35.26%
G=26.72%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128971380.070.3000.46285.3717.4546.08
Hex80618A71E02E11d112e
Octal2001412127360564352156
Binary1000000011000011000101011111110010111010001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80618A; }

 p { color: rgb(128,97,138); }

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

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

 a { background-color: rgb(128,97,138); }

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

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

 span { border-color: rgb(128,97,138); }

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