#865295

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

Shades of Affair #865295

Tints of Affair #865295

Color information

#865295 (or 0x865295) is unknown color: approx Affair. HEX triplet: 86, 52 and 95. RGB value is (134,82,149). Sum of RGB (Red+Green+Blue) = 134+82+149=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #865295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865295 is #79AD6A. Grayscale: #686868. Windows color (decimal): -7974251 or 9785990. OLE color: 9785990.

HSL color Cylindrical-coordinate representation of color #865295: hue angle of 286.57º 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 #865295 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13482149-
CMYK0.100.4500.42
HSL286.57º29%45.29%-
HSV(B)286.57º44.97%58.43%-
XYZ18.2713.2730.03-
YUV105.19152.73148.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=36.71%
G=22.47%
B=40.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134821490.100.4500.42286.572945.29
Hex865295A2D02A11f1d2d
Octal20612222512550524373555
Binary100001101010010100101011010101101010101010001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865295; }

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

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

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

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

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

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

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

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