#865695

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

Shades of Affair #865695

Tints of Affair #865695

Color information

#865695 (or 0x865695) is unknown color: approx Affair. HEX triplet: 86, 56 and 95. RGB value is (134,86,149). Sum of RGB (Red+Green+Blue) = 134+86+149=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #865695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865695 is #79A96A. Grayscale: #6B6B6B. Windows color (decimal): -7973227 or 9787014. OLE color: 9787014.

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

Color convert

RGB13486149-
CMYK0.100.4200.42
HSL285.71º26.81%46.08%-
HSV(B)285.71º42.28%58.43%-
XYZ18.5813.8930.14-
YUV107.53151.4146.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=36.31%
G=23.31%
B=40.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134861490.100.4200.42285.7126.8146.08
Hex865695A2A02A11e1b2e
Octal20612622512520524363356
Binary100001101010110100101011010101010010101010001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865695; }

 p { color: rgb(134,86,149); }

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

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

 a { background-color: rgb(134,86,149); }

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

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

 span { border-color: rgb(134,86,149); }

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