#845290

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

Shades of Affair #845290

Tints of Affair #845290

Color information

#845290 (or 0x845290) is unknown color: approx Affair. HEX triplet: 84, 52 and 90. RGB value is (132,82,144). Sum of RGB (Red+Green+Blue) = 132+82+144=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #845290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845290 is #7BAD6F. Grayscale: #676767. Windows color (decimal): -8105328 or 9458308. OLE color: 9458308.

HSL color Cylindrical-coordinate representation of color #845290: hue angle of 288.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #845290 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13282144-
CMYK0.080.4300.44
HSL288.39º27.43%44.31%-
HSV(B)288.39º43.06%56.47%-
XYZ17.5712.9527.96-
YUV104.02150.56147.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=36.87%
G=22.91%
B=40.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132821440.080.4300.44288.3927.4344.31
Hex84529082B02C1201b2c
Octal20412222010530544403354
Binary100001001010010100100001000101011010110010010000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845290; }

 p { color: rgb(132,82,144); }

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

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

 a { background-color: rgb(132,82,144); }

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

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

 span { border-color: rgb(132,82,144); }

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