#825597

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

Shades of Affair #825597

Tints of Affair #825597

Color information

#825597 (or 0x825597) is unknown color: approx Affair. HEX triplet: 82, 55 and 97. RGB value is (130,85,151). Sum of RGB (Red+Green+Blue) = 130+85+151=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #825597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825597 is #7DAA68. Grayscale: #696969. Windows color (decimal): -8235625 or 9917826. OLE color: 9917826.

HSL color Cylindrical-coordinate representation of color #825597: hue angle of 280.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825597 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13085151-
CMYK0.140.4400.41
HSL280.91º27.97%46.27%-
HSV(B)280.91º43.71%59.22%-
XYZ18.0413.4830.93-
YUV105.98153.41145.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=35.52%
G=23.22%
B=41.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130851510.140.4400.41280.9127.9746.27
Hex825597E2C0291191c2e
Octal20212522716540514313456
Binary100000101010101100101111110101100010100110001100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825597; }

 p { color: rgb(130,85,151); }

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

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

 a { background-color: rgb(130,85,151); }

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

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

 span { border-color: rgb(130,85,151); }

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