#83569A

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

Shades of Affair #83569A

Tints of Affair #83569A

Color information

#83569A (or 0x83569A) is unknown color: approx Affair. HEX triplet: 83, 56 and 9A. RGB value is (131,86,154). Sum of RGB (Red+Green+Blue) = 131+86+154=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #83569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83569A is #7CA965. Grayscale: #6A6A6A. Windows color (decimal): -8169830 or 10114691. OLE color: 10114691.

HSL color Cylindrical-coordinate representation of color #83569A: hue angle of 279.71º 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 #83569A is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13186154-
CMYK0.150.4400.40
HSL279.71º28.33%47.06%-
HSV(B)279.71º44.16%60.39%-
XYZ18.5213.8132.26-
YUV107.21154.41144.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=35.31%
G=23.18%
B=41.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131861540.150.4400.40279.7128.3347.06
Hex83569AF2C0281181c2f
Octal20312623217540504303457
Binary100000111010110100110101111101100010100010001100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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