#80568F

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

Shades of Affair #80568F

Tints of Affair #80568F

Color information

#80568F (or 0x80568F) is unknown color: approx Affair. HEX triplet: 80, 56 and 8F. RGB value is (128,86,143). Sum of RGB (Red+Green+Blue) = 128+86+143=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #80568F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80568F is #7FA970. Grayscale: #686868. Windows color (decimal): -8366449 or 9393792. OLE color: 9393792.

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

Color convert

RGB12886143-
CMYK0.100.4000.44
HSL284.21º24.89%44.9%-
HSV(B)284.21º39.86%56.08%-
XYZ17.1913.2327.63-
YUV105.06149.41144.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=35.85%
G=24.09%
B=40.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128861430.100.4000.44284.2124.8944.9
Hex80568FA2802C11c192d
Octal20012621712500544343155
Binary100000001010110100011111010101000010110010001110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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