#A36ABF

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

Shades of Amethyst #A36ABF

Tints of Amethyst #A36ABF

Color information

#A36ABF (or 0xA36ABF) is unknown color: approx Amethyst. HEX triplet: A3, 6A and BF. RGB value is (163,106,191). Sum of RGB (Red+Green+Blue) = 163+106+191=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #A36ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ABF is #5C9540. Grayscale: #848484. Windows color (decimal): -6067521 or 12544675. OLE color: 12544675.

HSL color Cylindrical-coordinate representation of color #A36ABF: hue angle of 280.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A36ABF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163106191-
CMYK0.150.4500.25
HSL280.24º39.91%58.24%-
HSV(B)280.24º44.5%74.9%-
XYZ29.6621.8651.95-
YUV132.73160.88149.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 191 (75% from 255) = 41.52%
R=35.43%
G=23.04%
B=41.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631061910.150.4500.25280.2439.9158.24
HexA36ABFF2D019118283a
Octal24315227717550314305072
Binary101000111101010101111111111101101011001100011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36ABF; }

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

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

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

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

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

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

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

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