#a36fd7

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

Shades of Amethyst #A36FD7

Tints of Amethyst #A36FD7

Color information

#A36FD7 (or 0xA36FD7) is unknown color: approx Amethyst. HEX triplet: A3, 6F and D7. RGB value is (163,111,215). Sum of RGB (Red+Green+Blue) = 163+111+215=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #A36FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FD7 is #5C9028. Grayscale: #8A8A8A. Windows color (decimal): -6066217 or 14118819. OLE color: 14118819.

HSL color Cylindrical-coordinate representation of color #A36FD7: hue angle of 270º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36FD7 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163111215-
CMYK0.240.4800.16
HSL270º56.52%63.92%-
HSV(B)270º48.37%84.31%-
XYZ33.0524.0667.19-
YUV138.4171.23145.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=33.33%
G=22.70%
B=43.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631112150.240.4800.1627056.5263.92
HexA36FD7183001010e3940
Octal243157327306002041671100
Binary10100011110111111010111110001100000100001000011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36fd7; }

 p { color: rgb(163,111,215); }

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

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

 a { background-color: rgb(163,111,215); }

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

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

 span { border-color: rgb(163,111,215); }

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