#845493

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

Shades of Affair #845493

Tints of Affair #845493

Color information

#845493 (or 0x845493) is unknown color: approx Affair. HEX triplet: 84, 54 and 93. RGB value is (132,84,147). Sum of RGB (Red+Green+Blue) = 132+84+147=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #845493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845493 is #7BAB6C. Grayscale: #696969. Windows color (decimal): -8104813 or 9655428. OLE color: 9655428.

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

Color convert

RGB13284147-
CMYK0.100.4300.42
HSL285.71º27.27%45.29%-
HSV(B)285.71º42.86%57.65%-
XYZ17.9513.3529.23-
YUV105.53151.4146.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=36.36%
G=23.14%
B=40.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132841470.100.4300.42285.7127.2745.29
Hex845493A2B02A11e1b2d
Octal20412422312530524363355
Binary100001001010100100100111010101011010101010001111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845493; }

 p { color: rgb(132,84,147); }

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

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

 a { background-color: rgb(132,84,147); }

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

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

 span { border-color: rgb(132,84,147); }

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