#825295

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

Shades of Affair #825295

Tints of Affair #825295

Color information

#825295 (or 0x825295) is unknown color: approx Affair. HEX triplet: 82, 52 and 95. RGB value is (130,82,149). Sum of RGB (Red+Green+Blue) = 130+82+149=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #825295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825295 is #7DAD6A. Grayscale: #676767. Windows color (decimal): -8236395 or 9785986. OLE color: 9785986.

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

Color convert

RGB13082149-
CMYK0.130.4500.42
HSL282.99º29%45.29%-
HSV(B)282.99º44.97%58.43%-
XYZ17.6512.9530-
YUV103.99153.4146.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=36.01%
G=22.71%
B=41.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130821490.130.4500.42282.992945.29
Hex825295D2D02A11b1d2d
Octal20212222515550524333555
Binary100000101010010100101011101101101010101010001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825295; }

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

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

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

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

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

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

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

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