#A36CC1

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

Shades of Amethyst #A36CC1

Tints of Amethyst #A36CC1

Color information

#A36CC1 (or 0xA36CC1) is unknown color: approx Amethyst. HEX triplet: A3, 6C and C1. RGB value is (163,108,193). Sum of RGB (Red+Green+Blue) = 163+108+193=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #A36CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CC1 is #5C933E. Grayscale: #858585. Windows color (decimal): -6067007 or 12676259. OLE color: 12676259.

HSL color Cylindrical-coordinate representation of color #A36CC1: hue angle of 278.82º 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 #A36CC1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163108193-
CMYK0.160.4400.24
HSL278.82º40.67%59.02%-
HSV(B)278.82º44.04%75.69%-
XYZ30.0922.3653.18-
YUV134.14161.22148.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=35.13%
G=23.28%
B=41.59%

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
Decimal1631081930.160.4400.24278.8240.6759.02
HexA36CC1102C018117293b
Octal24315430120540304275173
Binary1010001111011001100000110000101100011000100010111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CC1; }

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

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

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

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

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

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

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

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