#825497

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

Shades of Affair #825497

Tints of Affair #825497

Color information

#825497 (or 0x825497) is unknown color: approx Affair. HEX triplet: 82, 54 and 97. RGB value is (130,84,151). Sum of RGB (Red+Green+Blue) = 130+84+151=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 151 - color contains mainly: blue. Hex color #825497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825497 is #7DAB68. Grayscale: #696969. Windows color (decimal): -8235881 or 9917570. OLE color: 9917570.

HSL color Cylindrical-coordinate representation of color #825497: hue angle of 281.19º degrees, saturation: 0.29, 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 #825497 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13084151-
CMYK0.140.4400.41
HSL281.19º28.51%46.08%-
HSV(B)281.19º44.37%59.22%-
XYZ17.9613.3230.9-
YUV105.39153.74145.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=35.62%
G=23.01%
B=41.37%

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
Decimal130841510.140.4400.41281.1928.5146.08
Hex825497E2C0291191d2e
Octal20212422716540514313556
Binary100000101010100100101111110101100010100110001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825497; }

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

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

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

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

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

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

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

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