#A36CCE

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

Shades of Amethyst #A36CCE

Tints of Amethyst #A36CCE

Color information

#A36CCE (or 0xA36CCE) is unknown color: approx Amethyst. HEX triplet: A3, 6C and CE. RGB value is (163,108,206). Sum of RGB (Red+Green+Blue) = 163+108+206=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A36CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CCE is #5C9331. Grayscale: #878787. Windows color (decimal): -6066994 or 13528227. OLE color: 13528227.

HSL color Cylindrical-coordinate representation of color #A36CCE: hue angle of 273.67º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36CCE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163108206-
CMYK0.210.4800.19
HSL273.67º50%61.57%-
HSV(B)273.67º47.57%80.78%-
XYZ31.6122.9761.16-
YUV135.62167.72147.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=34.17%
G=22.64%
B=43.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631082060.210.4800.19273.675061.57
HexA36CCE1530013112323e
Octal24315431625600234226276
Binary1010001111011001100111010101110000010011100010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CCE; }

 p { color: rgb(163,108,206); }

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

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

 a { background-color: rgb(163,108,206); }

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

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

 span { border-color: rgb(163,108,206); }

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