#82568E

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

Shades of Affair #82568E

Tints of Affair #82568E

Color information

#82568E (or 0x82568E) is unknown color: approx Affair. HEX triplet: 82, 56 and 8E. RGB value is (130,86,142). Sum of RGB (Red+Green+Blue) = 130+86+142=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #82568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82568E is #7DA971. Grayscale: #696969. Windows color (decimal): -8235378 or 9328258. OLE color: 9328258.

HSL color Cylindrical-coordinate representation of color #82568E: hue angle of 287.14º 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 #82568E is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13086142-
CMYK0.080.3900.44
HSL287.14º24.56%44.71%-
HSV(B)287.14º39.44%55.69%-
XYZ17.4213.3527.25-
YUV105.54148.58145.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=36.31%
G=24.02%
B=39.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130861420.080.3900.44287.1424.5644.71
Hex82568E82702C11f192d
Octal20212621610470544373155
Binary100000101010110100011101000100111010110010001111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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