#825795

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

Shades of Affair #825795

Tints of Affair #825795

Color information

#825795 (or 0x825795) is unknown color: approx Affair. HEX triplet: 82, 57 and 95. RGB value is (130,87,149). Sum of RGB (Red+Green+Blue) = 130+87+149=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #825795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825795 is #7DA86A. Grayscale: #6A6A6A. Windows color (decimal): -8235115 or 9787266. OLE color: 9787266.

HSL color Cylindrical-coordinate representation of color #825795: hue angle of 281.61º degrees, saturation: 0.26, 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 #825795 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13087149-
CMYK0.130.4200.42
HSL281.61º26.27%46.27%-
HSV(B)281.61º41.61%58.43%-
XYZ18.0413.7330.13-
YUV106.92151.75144.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=35.52%
G=23.77%
B=40.71%

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
Decimal130871490.130.4200.42281.6126.2746.27
Hex825795D2A02A11a1a2e
Octal20212722515520524323256
Binary100000101010111100101011101101010010101010001101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825795; }

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

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

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

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

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

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

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

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