#825595

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

Shades of Affair #825595

Tints of Affair #825595

Color information

#825595 (or 0x825595) is unknown color: approx Affair. HEX triplet: 82, 55 and 95. RGB value is (130,85,149). Sum of RGB (Red+Green+Blue) = 130+85+149=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #825595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825595 is #7DAA6A. Grayscale: #696969. Windows color (decimal): -8235627 or 9786754. OLE color: 9786754.

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

Color convert

RGB13085149-
CMYK0.130.4300.42
HSL282.19º27.35%45.88%-
HSV(B)282.19º42.95%58.43%-
XYZ17.8813.4130.08-
YUV105.75152.41145.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=35.71%
G=23.35%
B=40.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130851490.130.4300.42282.1927.3545.88
Hex825595D2B02A11a1b2e
Octal20212522515530524323356
Binary100000101010101100101011101101011010101010001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825595; }

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

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

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

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

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

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

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

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