#825190

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

Shades of Affair #825190

Tints of Affair #825190

Color information

#825190 (or 0x825190) is unknown color: approx Affair. HEX triplet: 82, 51 and 90. RGB value is (130,81,144). Sum of RGB (Red+Green+Blue) = 130+81+144=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #825190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825190 is #7DAE6F. Grayscale: #666666. Windows color (decimal): -8236656 or 9458050. OLE color: 9458050.

HSL color Cylindrical-coordinate representation of color #825190: hue angle of 286.67º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825190 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13081144-
CMYK0.100.4400.44
HSL286.67º28%44.12%-
HSV(B)286.67º43.75%56.47%-
XYZ17.1812.6427.92-
YUV102.83151.23147.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=36.62%
G=22.82%
B=40.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130811440.100.4400.44286.672844.12
Hex825190A2C02C11f1c2c
Octal20212122012540544373454
Binary100000101010001100100001010101100010110010001111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825190; }

 p { color: rgb(130,81,144); }

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

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

 a { background-color: rgb(130,81,144); }

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

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

 span { border-color: rgb(130,81,144); }

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