#A36CC2

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

Shades of Amethyst #A36CC2

Tints of Amethyst #A36CC2

Color information

#A36CC2 (or 0xA36CC2) is unknown color: approx Amethyst. HEX triplet: A3, 6C and C2. RGB value is (163,108,194). Sum of RGB (Red+Green+Blue) = 163+108+194=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #A36CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CC2 is #5C933D. Grayscale: #858585. Windows color (decimal): -6067006 or 12741795. OLE color: 12741795.

HSL color Cylindrical-coordinate representation of color #A36CC2: hue angle of 278.37º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A36CC2 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163108194-
CMYK0.160.4400.24
HSL278.37º41.35%59.22%-
HSV(B)278.37º44.33%76.08%-
XYZ30.222.4153.77-
YUV134.25161.72148.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 194 (76.17% from 255) = 41.72%
R=35.05%
G=23.23%
B=41.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631081940.160.4400.24278.3741.3559.22
HexA36CC2102C018116293b
Octal24315430220540304265173
Binary1010001111011001100001010000101100011000100010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CC2; }

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

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

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

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

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

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

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

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