#846195

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

Shades of Affair #846195

Tints of Affair #846195

Color information

#846195 (or 0x846195) is unknown color: approx Affair. HEX triplet: 84, 61 and 95. RGB value is (132,97,149). Sum of RGB (Red+Green+Blue) = 132+97+149=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #846195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846195 is #7B9E6A. Grayscale: #717171. Windows color (decimal): -8101483 or 9789828. OLE color: 9789828.

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

Color convert

RGB13297149-
CMYK0.110.3500.42
HSL280.38º21.14%48.24%-
HSV(B)280.38º34.9%58.43%-
XYZ19.2215.6230.44-
YUV113.39148.1141.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=34.92%
G=25.66%
B=39.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132971490.110.3500.42280.3821.1448.24
Hex846195B2302A1181530
Octal20414122513430524302560
Binary100001001100001100101011011100011010101010001100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846195; }

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

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

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

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

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

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

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

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