#865292

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

Shades of Affair #865292

Tints of Affair #865292

Color information

#865292 (or 0x865292) is unknown color: approx Affair. HEX triplet: 86, 52 and 92. RGB value is (134,82,146). Sum of RGB (Red+Green+Blue) = 134+82+146=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #865292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865292 is #79AD6D. Grayscale: #686868. Windows color (decimal): -7974254 or 9589382. OLE color: 9589382.

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

Color convert

RGB13482146-
CMYK0.080.4400.43
HSL288.75º28.07%44.71%-
HSV(B)288.75º43.84%57.25%-
XYZ18.0413.1828.79-
YUV104.84151.23148.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=37.02%
G=22.65%
B=40.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134821460.080.4400.43288.7528.0744.71
Hex86529282C02B1211c2d
Octal20612222210540534413455
Binary100001101010010100100101000101100010101110010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865292; }

 p { color: rgb(134,82,146); }

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

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

 a { background-color: rgb(134,82,146); }

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

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

 span { border-color: rgb(134,82,146); }

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