#A36FC0

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

Shades of Amethyst #A36FC0

Tints of Amethyst #A36FC0

Color information

#A36FC0 (or 0xA36FC0) is unknown color: approx Amethyst. HEX triplet: A3, 6F and C0. RGB value is (163,111,192). Sum of RGB (Red+Green+Blue) = 163+111+192=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #A36FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FC0 is #5C903F. Grayscale: #878787. Windows color (decimal): -6066240 or 12611491. OLE color: 12611491.

HSL color Cylindrical-coordinate representation of color #A36FC0: hue angle of 278.52º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A36FC0 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163111192-
CMYK0.150.4200.25
HSL278.52º39.13%59.41%-
HSV(B)278.52º42.19%75.29%-
XYZ30.322.9652.7-
YUV135.78159.73147.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 111 (43.75% from 255) = 23.82%
BLUE value IS 192 (75.39% from 255) = 41.20%
R=34.98%
G=23.82%
B=41.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631111920.150.4200.25278.5239.1359.41
HexA36FC0F2A019117273b
Octal24315730017520314274773
Binary101000111101111110000001111101010011001100010111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FC0; }

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

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

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

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

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

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

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

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