#80568E

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

Shades of Affair #80568E

Tints of Affair #80568E

Color information

#80568E (or 0x80568E) is unknown color: approx Affair. HEX triplet: 80, 56 and 8E. RGB value is (128,86,142). Sum of RGB (Red+Green+Blue) = 128+86+142=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #80568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80568E is #7FA971. Grayscale: #686868. Windows color (decimal): -8366450 or 9328256. OLE color: 9328256.

HSL color Cylindrical-coordinate representation of color #80568E: hue angle of 285º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80568E is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12886142-
CMYK0.100.3900.44
HSL285º24.56%44.71%-
HSV(B)285º39.44%55.69%-
XYZ17.1113.227.24-
YUV104.94148.91144.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=35.96%
G=24.16%
B=39.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128861420.100.3900.4428524.5644.71
Hex80568EA2702C11d192d
Octal20012621612470544353155
Binary100000001010110100011101010100111010110010001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80568E; }

 p { color: rgb(128,86,142); }

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

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

 a { background-color: rgb(128,86,142); }

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

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

 span { border-color: rgb(128,86,142); }

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