#A36AD1

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

Shades of Amethyst #A36AD1

Tints of Amethyst #A36AD1

Color information

#A36AD1 (or 0xA36AD1) is unknown color: approx Amethyst. HEX triplet: A3, 6A and D1. RGB value is (163,106,209). Sum of RGB (Red+Green+Blue) = 163+106+209=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #A36AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36AD1 is #5C952E. Grayscale: #868686. Windows color (decimal): -6067503 or 13724323. OLE color: 13724323.

HSL color Cylindrical-coordinate representation of color #A36AD1: hue angle of 273.2º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36AD1 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163106209-
CMYK0.220.4900.18
HSL273.2º52.82%61.76%-
HSV(B)273.2º49.28%81.96%-
XYZ31.7722.763.03-
YUV134.78169.88148.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 106 (41.80% from 255) = 22.18%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=34.10%
G=22.18%
B=43.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631062090.220.4900.18273.252.8261.76
HexA36AD11631012111353e
Octal24315232126610224216576
Binary1010001111010101101000110110110001010010100010001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AD1; }

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

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

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

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

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

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

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

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