#A36FCA

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

Shades of Amethyst #A36FCA

Tints of Amethyst #A36FCA

Color information

#A36FCA (or 0xA36FCA) is unknown color: approx Amethyst. HEX triplet: A3, 6F and CA. RGB value is (163,111,202). Sum of RGB (Red+Green+Blue) = 163+111+202=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #A36FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FCA is #5C9035. Grayscale: #888888. Windows color (decimal): -6066230 or 13266851. OLE color: 13266851.

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

Color convert

RGB163111202-
CMYK0.190.4500.21
HSL274.29º46.19%61.37%-
HSV(B)274.29º45.05%79.22%-
XYZ31.4523.4258.74-
YUV136.92164.73146.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=34.24%
G=23.32%
B=42.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631112020.190.4500.21274.2946.1961.37
HexA36FCA132D0151122e3d
Octal24315731223550254225675
Binary1010001111011111100101010011101101010101100010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FCA; }

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

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

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

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

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

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

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

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