#A36AC0

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

Shades of Amethyst #A36AC0

Tints of Amethyst #A36AC0

Color information

#A36AC0 (or 0xA36AC0) is unknown color: approx Amethyst. HEX triplet: A3, 6A and C0. RGB value is (163,106,192). Sum of RGB (Red+Green+Blue) = 163+106+192=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #A36AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36AC0 is #5C953F. Grayscale: #848484. Windows color (decimal): -6067520 or 12610211. OLE color: 12610211.

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

Color convert

RGB163106192-
CMYK0.150.4500.25
HSL279.77º40.57%58.43%-
HSV(B)279.77º44.79%75.29%-
XYZ29.7721.952.53-
YUV132.85161.38149.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=35.36%
G=22.99%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631061920.150.4500.25279.7740.5758.43
HexA36AC0F2D019118293a
Octal24315230017550314305172
Binary101000111101010110000001111101101011001100011000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36AC0; }

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

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

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

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

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

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

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

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