#86519A

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

Shades of Affair #86519A

Tints of Affair #86519A

Color information

#86519A (or 0x86519A) is unknown color: approx Affair. HEX triplet: 86, 51 and 9A. RGB value is (134,81,154). Sum of RGB (Red+Green+Blue) = 134+81+154=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 154 - color contains mainly: blue. Hex color #86519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86519A is #79AE65. Grayscale: #686868. Windows color (decimal): -7974502 or 10113414. OLE color: 10113414.

HSL color Cylindrical-coordinate representation of color #86519A: hue angle of 283.56º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86519A is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13481154-
CMYK0.130.4700.40
HSL283.56º31.06%46.08%-
HSV(B)283.56º47.4%60.39%-
XYZ18.6113.2932.16-
YUV105.17155.56148.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=36.31%
G=21.95%
B=41.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134811540.130.4700.40283.5631.0646.08
Hex86519AD2F02811c1f2e
Octal20612123215570504343756
Binary100001101010001100110101101101111010100010001110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86519A; }

 p { color: rgb(134,81,154); }

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

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

 a { background-color: rgb(134,81,154); }

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

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

 span { border-color: rgb(134,81,154); }

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