#80528F

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

Shades of Affair #80528F

Tints of Affair #80528F

Color information

#80528F (or 0x80528F) is unknown color: approx Affair. HEX triplet: 80, 52 and 8F. RGB value is (128,82,143). Sum of RGB (Red+Green+Blue) = 128+82+143=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 143 - color contains mainly: blue. Hex color #80528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80528F is #7FAD70. Grayscale: #666666. Windows color (decimal): -8367473 or 9392768. OLE color: 9392768.

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

Color convert

RGB12882143-
CMYK0.100.4300.44
HSL285.25º27.11%44.12%-
HSV(B)285.25º42.66%56.08%-
XYZ16.8812.6127.53-
YUV102.71150.74146.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=36.26%
G=23.23%
B=40.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128821430.100.4300.44285.2527.1144.12
Hex80528FA2B02C11d1b2c
Octal20012221712530544353354
Binary100000001010010100011111010101011010110010001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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