#82568D

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

Shades of Affair #82568D

Tints of Affair #82568D

Color information

#82568D (or 0x82568D) is unknown color: approx Affair. HEX triplet: 82, 56 and 8D. RGB value is (130,86,141). Sum of RGB (Red+Green+Blue) = 130+86+141=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #82568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82568D is #7DA972. Grayscale: #696969. Windows color (decimal): -8235379 or 9262722. OLE color: 9262722.

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

Color convert

RGB13086141-
CMYK0.080.3900.45
HSL288º24.23%44.51%-
HSV(B)288º39.01%55.29%-
XYZ17.3413.3226.86-
YUV105.43148.08145.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=36.41%
G=24.09%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130861410.080.3900.4528824.2344.51
Hex82568D82702D120182d
Octal20212621510470554403055
Binary100000101010110100011011000100111010110110010000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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