#A36FC9

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

Shades of Amethyst #A36FC9

Tints of Amethyst #A36FC9

Color information

#A36FC9 (or 0xA36FC9) is unknown color: approx Amethyst. HEX triplet: A3, 6F and C9. RGB value is (163,111,201). Sum of RGB (Red+Green+Blue) = 163+111+201=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #A36FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FC9 is #5C9036. Grayscale: #888888. Windows color (decimal): -6066231 or 13201315. OLE color: 13201315.

HSL color Cylindrical-coordinate representation of color #A36FC9: hue angle of 274.67º degrees, saturation: 0.45, 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 #A36FC9 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163111201-
CMYK0.190.4500.21
HSL274.67º45.45%61.18%-
HSV(B)274.67º44.78%78.82%-
XYZ31.3323.3758.12-
YUV136.81164.23146.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 201 (78.91% from 255) = 42.32%
R=34.32%
G=23.37%
B=42.32%

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
Decimal1631112010.190.4500.21274.6745.4561.18
HexA36FC9132D0151132d3d
Octal24315731123550254235575
Binary1010001111011111100100110011101101010101100010011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FC9; }

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

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

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

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

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

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

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

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