#825698

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

Shades of Affair #825698

Tints of Affair #825698

Color information

#825698 (or 0x825698) is unknown color: approx Affair. HEX triplet: 82, 56 and 98. RGB value is (130,86,152). Sum of RGB (Red+Green+Blue) = 130+86+152=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #825698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825698 is #7DA967. Grayscale: #6A6A6A. Windows color (decimal): -8235368 or 9983618. OLE color: 9983618.

HSL color Cylindrical-coordinate representation of color #825698: hue angle of 280º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #825698 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13086152-
CMYK0.140.4300.40
HSL280º27.73%46.67%-
HSV(B)280º43.42%59.61%-
XYZ18.213.6731.38-
YUV106.68153.58144.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=35.33%
G=23.37%
B=41.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130861520.140.4300.4028027.7346.67
Hex825698E2B0281181c2f
Octal20212623016530504303457
Binary100000101010110100110001110101011010100010001100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825698; }

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

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

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

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

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

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

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

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