#A36ECF

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

Shades of Amethyst #A36ECF

Tints of Amethyst #A36ECF

Color information

#A36ECF (or 0xA36ECF) is unknown color: approx Amethyst. HEX triplet: A3, 6E and CF. RGB value is (163,110,207). Sum of RGB (Red+Green+Blue) = 163+110+207=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #A36ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ECF is #5C9130. Grayscale: #888888. Windows color (decimal): -6066481 or 13594275. OLE color: 13594275.

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

Color convert

RGB163110207-
CMYK0.210.4700.19
HSL272.78º50.26%62.16%-
HSV(B)272.78º46.86%81.18%-
XYZ31.9423.4461.87-
YUV136.9167.56146.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=33.96%
G=22.92%
B=43.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631102070.210.4700.19272.7850.2662.16
HexA36ECF152F013111323e
Octal24315631725570234216276
Binary1010001111011101100111110101101111010011100010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36ECF; }

 p { color: rgb(163,110,207); }

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

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

 a { background-color: rgb(163,110,207); }

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

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

 span { border-color: rgb(163,110,207); }

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