#A36FC1

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

Shades of Amethyst #A36FC1

Tints of Amethyst #A36FC1

Color information

#A36FC1 (or 0xA36FC1) is unknown color: approx Amethyst. HEX triplet: A3, 6F and C1. RGB value is (163,111,193). Sum of RGB (Red+Green+Blue) = 163+111+193=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #A36FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FC1 is #5C903E. Grayscale: #878787. Windows color (decimal): -6066239 or 12677027. OLE color: 12677027.

HSL color Cylindrical-coordinate representation of color #A36FC1: hue angle of 278.05º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A36FC1 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163111193-
CMYK0.160.4200.24
HSL278.05º39.81%59.61%-
HSV(B)278.05º42.49%75.69%-
XYZ30.4123.0153.29-
YUV135.9160.23147.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=34.90%
G=23.77%
B=41.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631111930.160.4200.24278.0539.8159.61
HexA36FC1102A018116283c
Octal24315730120520304265074
Binary1010001111011111100000110000101010011000100010110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36FC1; }

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

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

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

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

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

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

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

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