#825693

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

Shades of Affair #825693

Tints of Affair #825693

Color information

#825693 (or 0x825693) is unknown color: approx Affair. HEX triplet: 82, 56 and 93. RGB value is (130,86,147). Sum of RGB (Red+Green+Blue) = 130+86+147=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #825693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825693 is #7DA96C. Grayscale: #696969. Windows color (decimal): -8235373 or 9655938. OLE color: 9655938.

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

Color convert

RGB13086147-
CMYK0.120.4100.42
HSL283.28º26.18%45.69%-
HSV(B)283.28º41.5%57.65%-
XYZ17.813.5129.27-
YUV106.11151.08145.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=35.81%
G=23.69%
B=40.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130861470.120.4100.42283.2826.1845.69
Hex825693C2902A11b1a2e
Octal20212622314510524333256
Binary100000101010110100100111100101001010101010001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825693; }

 p { color: rgb(130,86,147); }

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

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

 a { background-color: rgb(130,86,147); }

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

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

 span { border-color: rgb(130,86,147); }

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