#825696

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

Shades of Affair #825696

Tints of Affair #825696

Color information

#825696 (or 0x825696) is unknown color: approx Affair. HEX triplet: 82, 56 and 96. RGB value is (130,86,150). Sum of RGB (Red+Green+Blue) = 130+86+150=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #825696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825696 is #7DA969. Grayscale: #6A6A6A. Windows color (decimal): -8235370 or 9852546. OLE color: 9852546.

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

Color convert

RGB13086150-
CMYK0.130.4300.41
HSL281.25º27.12%46.27%-
HSV(B)281.25º42.67%58.82%-
XYZ18.0413.630.53-
YUV106.45152.58144.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=35.52%
G=23.50%
B=40.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130861500.130.4300.41281.2527.1246.27
Hex825696D2B0291191b2e
Octal20212622615530514313356
Binary100000101010110100101101101101011010100110001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825696; }

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

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

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

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

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

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

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

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