#87569A

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

Shades of Affair #87569A

Tints of Affair #87569A

Color information

#87569A (or 0x87569A) is unknown color: approx Affair. HEX triplet: 87, 56 and 9A. RGB value is (135,86,154). Sum of RGB (Red+Green+Blue) = 135+86+154=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #87569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87569A is #78A965. Grayscale: #6C6C6C. Windows color (decimal): -7907686 or 10114695. OLE color: 10114695.

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

Color convert

RGB13586154-
CMYK0.120.4400.40
HSL283.24º28.33%47.06%-
HSV(B)283.24º44.16%60.39%-
XYZ19.1514.1432.29-
YUV108.4153.73146.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=36%
G=22.93%
B=41.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135861540.120.4400.40283.2428.3347.06
Hex87569AC2C02811b1c2f
Octal20712623214540504333457
Binary100001111010110100110101100101100010100010001101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,86,154); }

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

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

 a { background-color: rgb(135,86,154); }

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

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

 span { border-color: rgb(135,86,154); }

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