#845295

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

Shades of Affair #845295

Tints of Affair #845295

Color information

#845295 (or 0x845295) is unknown color: approx Affair. HEX triplet: 84, 52 and 95. RGB value is (132,82,149). Sum of RGB (Red+Green+Blue) = 132+82+149=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #845295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845295 is #7BAD6A. Grayscale: #686868. Windows color (decimal): -8105323 or 9785988. OLE color: 9785988.

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

Color convert

RGB13282149-
CMYK0.110.4500.42
HSL284.78º29%45.29%-
HSV(B)284.78º44.97%58.43%-
XYZ17.9613.1130.02-
YUV104.59153.06147.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=36.36%
G=22.59%
B=41.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132821490.110.4500.42284.782945.29
Hex845295B2D02A11d1d2d
Octal20412222513550524353555
Binary100001001010010100101011011101101010101010001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845295; }

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

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

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

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

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

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

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

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