#82528D

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

Shades of Affair #82528D

Tints of Affair #82528D

Color information

#82528D (or 0x82528D) is unknown color: approx Affair. HEX triplet: 82, 52 and 8D. RGB value is (130,82,141). Sum of RGB (Red+Green+Blue) = 130+82+141=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #82528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82528D is #7DAD72. Grayscale: #666666. Windows color (decimal): -8236403 or 9261698. OLE color: 9261698.

HSL color Cylindrical-coordinate representation of color #82528D: hue angle of 288.81º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82528D is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13082141-
CMYK0.080.4200.45
HSL288.81º26.46%43.73%-
HSV(B)288.81º41.84%55.29%-
XYZ17.0312.726.75-
YUV103.08149.4147.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=36.83%
G=23.23%
B=39.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130821410.080.4200.45288.8126.4643.73
Hex82528D82A02D1211a2c
Octal20212221510520554413254
Binary100000101010010100011011000101010010110110010000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82528D; }

 p { color: rgb(130,82,141); }

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

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

 a { background-color: rgb(130,82,141); }

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

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

 span { border-color: rgb(130,82,141); }

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