#865AAA

Color #865AAA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #865AAA

Tints of Ce Soir #865AAA

Color information

#865AAA (or 0x865AAA) is unknown color: approx Ce Soir. HEX triplet: 86, 5A and AA. RGB value is (134,90,170). Sum of RGB (Red+Green+Blue) = 134+90+170=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #865AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865AAA is #79A555. Grayscale: #6F6F6F. Windows color (decimal): -7972182 or 11164294. OLE color: 11164294.

HSL color Cylindrical-coordinate representation of color #865AAA: hue angle of 273º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865AAA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13490170-
CMYK0.210.4700.33
HSL273º32%50.98%-
HSV(B)273º47.06%66.67%-
XYZ20.7415.2839.89-
YUV112.28160.58143.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=34.01%
G=22.84%
B=43.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134901700.210.4700.332733250.98
Hex865AAA152F0211112033
Octal20613225225570414214063
Binary10000110101101010101010101011011110100001100010001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865AAA; }

 p { color: rgb(134,90,170); }

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

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

 a { background-color: rgb(134,90,170); }

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

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

 span { border-color: rgb(134,90,170); }

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