#A36BDE

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

Shades of Amethyst #A36BDE

Tints of Amethyst #A36BDE

Color information

#A36BDE (or 0xA36BDE) is unknown color: approx Amethyst. HEX triplet: A3, 6B and DE. RGB value is (163,107,222). Sum of RGB (Red+Green+Blue) = 163+107+222=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #A36BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BDE is #5C9421. Grayscale: #888888. Windows color (decimal): -6067234 or 14576547. OLE color: 14576547.

HSL color Cylindrical-coordinate representation of color #A36BDE: hue angle of 269.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36BDE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163107222-
CMYK0.270.5200.13
HSL269.22º63.54%64.51%-
HSV(B)269.22º51.8%87.06%-
XYZ33.5523.5871.89-
YUV136.85176.05146.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=33.13%
G=21.75%
B=45.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631072220.270.5200.13269.2263.5464.51
HexA36BDE1B340D10d4041
Octal2431533363364015415100101
Binary10100011110101111011110110111101000110110000110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BDE; }

 p { color: rgb(163,107,222); }

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

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

 a { background-color: rgb(163,107,222); }

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

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

 span { border-color: rgb(163,107,222); }

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