#a36ac1

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

Shades of Amethyst #A36AC1

Tints of Amethyst #A36AC1

Color information

#A36AC1 (or 0xA36AC1) is unknown color: approx Amethyst. HEX triplet: A3, 6A and C1. RGB value is (163,106,193). Sum of RGB (Red+Green+Blue) = 163+106+193=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #A36AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36AC1 is #5C953E. Grayscale: #848484. Windows color (decimal): -6067519 or 12675747. OLE color: 12675747.

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

Color convert

RGB163106193-
CMYK0.160.4500.24
HSL279.31º41.23%58.63%-
HSV(B)279.31º45.08%75.69%-
XYZ29.8821.9453.11-
YUV132.96161.88149.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=35.28%
G=22.94%
B=41.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631061930.160.4500.24279.3141.2358.63
HexA36AC1102D018117293b
Octal24315230120550304275173
Binary1010001111010101100000110000101101011000100010111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36ac1; }

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

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

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

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

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

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

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

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