#826192

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

Shades of Affair #826192

Tints of Affair #826192

Color information

#826192 (or 0x826192) is unknown color: approx Affair. HEX triplet: 82, 61 and 92. RGB value is (130,97,146). Sum of RGB (Red+Green+Blue) = 130+97+146=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #826192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826192 is #7D9E6D. Grayscale: #707070. Windows color (decimal): -8232558 or 9593218. OLE color: 9593218.

HSL color Cylindrical-coordinate representation of color #826192: hue angle of 280.41º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #826192 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13097146-
CMYK0.110.3400.43
HSL280.41º20.16%47.65%-
HSV(B)280.41º33.56%57.25%-
XYZ18.6715.3729.18-
YUV112.45146.93140.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=34.85%
G=26.01%
B=39.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130971460.110.3400.43280.4120.1647.65
Hex826192B2202B1181430
Octal20214122213420534302460
Binary100000101100001100100101011100010010101110001100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826192; }

 p { color: rgb(130,97,146); }

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

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

 a { background-color: rgb(130,97,146); }

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

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

 span { border-color: rgb(130,97,146); }

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