#825495

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

Shades of Affair #825495

Tints of Affair #825495

Color information

#825495 (or 0x825495) is unknown color: approx Affair. HEX triplet: 82, 54 and 95. RGB value is (130,84,149). Sum of RGB (Red+Green+Blue) = 130+84+149=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #825495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825495 is #7DAB6A. Grayscale: #686868. Windows color (decimal): -8235883 or 9786498. OLE color: 9786498.

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

Color convert

RGB13084149-
CMYK0.130.4400.42
HSL282.46º27.9%45.69%-
HSV(B)282.46º43.62%58.43%-
XYZ17.813.2630.05-
YUV105.16152.74145.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=35.81%
G=23.14%
B=41.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130841490.130.4400.42282.4627.945.69
Hex825495D2C02A11a1c2e
Octal20212422515540524323456
Binary100000101010100100101011101101100010101010001101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825495; }

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

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

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

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

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

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

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

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