#82568C

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

Shades of Affair #82568C

Tints of Affair #82568C

Color information

#82568C (or 0x82568C) is unknown color: approx Affair. HEX triplet: 82, 56 and 8C. RGB value is (130,86,140). Sum of RGB (Red+Green+Blue) = 130+86+140=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #82568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82568C is #7DA973. Grayscale: #696969. Windows color (decimal): -8235380 or 9197186. OLE color: 9197186.

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

Color convert

RGB13086140-
CMYK0.070.3900.45
HSL288.89º23.89%44.31%-
HSV(B)288.89º38.57%54.9%-
XYZ17.2713.2926.47-
YUV105.31147.58145.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=36.52%
G=24.16%
B=39.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130861400.070.3900.45288.8923.8944.31
Hex82568C72702D121182c
Octal2021262147470554413054
Binary10000010101011010001100111100111010110110010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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