#846290

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

Shades of Affair #846290

Tints of Affair #846290

Color information

#846290 (or 0x846290) is unknown color: approx Affair. HEX triplet: 84, 62 and 90. RGB value is (132,98,144). Sum of RGB (Red+Green+Blue) = 132+98+144=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #846290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846290 is #7B9D6F. Grayscale: #717171. Windows color (decimal): -8101232 or 9462404. OLE color: 9462404.

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

Color convert

RGB13298144-
CMYK0.080.3200.44
HSL284.35º19.01%47.45%-
HSV(B)284.35º31.94%56.47%-
XYZ18.9215.6528.41-
YUV113.41145.26141.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=35.29%
G=26.20%
B=38.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132981440.080.3200.44284.3519.0147.45
Hex84629082002C11c132f
Octal20414222010400544342357
Binary100001001100010100100001000100000010110010001110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846290; }

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

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

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

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

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

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

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

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