#865ac0

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

Shades of Amethyst #865AC0

Tints of Amethyst #865AC0

Color information

#865AC0 (or 0x865AC0) is unknown color: approx Amethyst. HEX triplet: 86, 5A and C0. RGB value is (134,90,192). Sum of RGB (Red+Green+Blue) = 134+90+192=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #865AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AC0 is #79A53F. Grayscale: #727272. Windows color (decimal): -7972160 or 12606086. OLE color: 12606086.

HSL color Cylindrical-coordinate representation of color #865AC0: hue angle of 265.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #865AC0 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13490192-
CMYK0.300.5300.25
HSL265.88º44.74%55.29%-
HSV(B)265.88º53.12%75.29%-
XYZ2316.1951.78-
YUV114.78171.58141.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 192 (75.39% from 255) = 46.15%
R=32.21%
G=21.63%
B=46.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134901920.300.5300.25265.8844.7455.29
Hex865AC01E3501910a2d37
Octal20613230036650314125567
Binary1000011010110101100000011110110101011001100001010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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