#825690

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

Shades of Affair #825690

Tints of Affair #825690

Color information

#825690 (or 0x825690) is unknown color: approx Affair. HEX triplet: 82, 56 and 90. RGB value is (130,86,144). Sum of RGB (Red+Green+Blue) = 130+86+144=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #825690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825690 is #7DA96F. Grayscale: #696969. Windows color (decimal): -8235376 or 9459330. OLE color: 9459330.

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

Color convert

RGB13086144-
CMYK0.100.4000.44
HSL285.52º25.22%45.1%-
HSV(B)285.52º40.28%56.47%-
XYZ17.5713.4228.05-
YUV105.77149.58145.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 144 (56.64% from 255) = 40%
R=36.11%
G=23.89%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130861440.100.4000.44285.5225.2245.1
Hex825690A2802C11e192d
Octal20212622012500544363155
Binary100000101010110100100001010101000010110010001111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825690; }

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

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

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

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

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

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

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

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