#A466E0

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

Shades of Amethyst #A466E0

Tints of Amethyst #A466E0

Color information

#A466E0 (or 0xA466E0) is unknown color: approx Amethyst. HEX triplet: A4, 66 and E0. RGB value is (164,102,224). Sum of RGB (Red+Green+Blue) = 164+102+224=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #A466E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466E0 is #5B991F. Grayscale: #868686. Windows color (decimal): -6002976 or 14706340. OLE color: 14706340.

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

Color convert

RGB164102224-
CMYK0.270.5400.12
HSL270.49º66.3%63.92%-
HSV(B)270.49º54.46%87.84%-
XYZ33.5222.7873.15-
YUV134.45178.54149.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 224 (87.89% from 255) = 45.71%
R=33.47%
G=20.82%
B=45.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641022240.270.5400.12270.4966.363.92
HexA466E01B360C10e4240
Octal2441463403366014416102100
Binary10100100110011011100000110111101100110010000111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466E0; }

 p { color: rgb(164,102,224); }

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

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

 a { background-color: rgb(164,102,224); }

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

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

 span { border-color: rgb(164,102,224); }

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