#A366E1

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

Shades of Amethyst #A366E1

Tints of Amethyst #A366E1

Color information

#A366E1 (or 0xA366E1) is unknown color: approx Amethyst. HEX triplet: A3, 66 and E1. RGB value is (163,102,225). Sum of RGB (Red+Green+Blue) = 163+102+225=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #A366E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366E1 is #5C991E. Grayscale: #858585. Windows color (decimal): -6068511 or 14771875. OLE color: 14771875.

HSL color Cylindrical-coordinate representation of color #A366E1: hue angle of 269.76º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A366E1 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163102225-
CMYK0.280.5500.12
HSL269.76º67.21%64.12%-
HSV(B)269.76º54.67%88.24%-
XYZ33.4522.7373.86-
YUV134.26179.21148.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=33.27%
G=20.82%
B=45.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631022250.280.5500.12269.7667.2164.12
HexA366E11C370C10e4340
Octal2431463413467014416103100
Binary10100011110011011100001111001101110110010000111010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366E1; }

 p { color: rgb(163,102,225); }

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

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

 a { background-color: rgb(163,102,225); }

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

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

 span { border-color: rgb(163,102,225); }

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