#825695

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

Shades of Affair #825695

Tints of Affair #825695

Color information

#825695 (or 0x825695) is unknown color: approx Affair. HEX triplet: 82, 56 and 95. RGB value is (130,86,149). Sum of RGB (Red+Green+Blue) = 130+86+149=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #825695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825695 is #7DA96A. Grayscale: #6A6A6A. Windows color (decimal): -8235371 or 9787010. OLE color: 9787010.

HSL color Cylindrical-coordinate representation of color #825695: hue angle of 281.9º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825695 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13086149-
CMYK0.130.4200.42
HSL281.9º26.81%46.08%-
HSV(B)281.9º42.28%58.43%-
XYZ17.9613.5730.11-
YUV106.34152.08144.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=35.62%
G=23.56%
B=40.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130861490.130.4200.42281.926.8146.08
Hex825695D2A02A11a1b2e
Octal20212622515520524323356
Binary100000101010110100101011101101010010101010001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825695; }

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

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

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

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

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

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

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

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