#A36BCE

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

Shades of Amethyst #A36BCE

Tints of Amethyst #A36BCE

Color information

#A36BCE (or 0xA36BCE) is unknown color: approx Amethyst. HEX triplet: A3, 6B and CE. RGB value is (163,107,206). Sum of RGB (Red+Green+Blue) = 163+107+206=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #A36BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BCE is #5C9431. Grayscale: #868686. Windows color (decimal): -6067250 or 13527971. OLE color: 13527971.

HSL color Cylindrical-coordinate representation of color #A36BCE: hue angle of 273.94º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36BCE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163107206-
CMYK0.210.4800.19
HSL273.94º50.25%61.37%-
HSV(B)273.94º48.06%80.78%-
XYZ31.522.7661.12-
YUV135.03168.05147.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 107 (42.19% from 255) = 22.48%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=34.24%
G=22.48%
B=43.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631072060.210.4800.19273.9450.2561.37
HexA36BCE1530013112323d
Octal24315331625600234226275
Binary1010001111010111100111010101110000010011100010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36BCE; }

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

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

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

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

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

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

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

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