#A664D8

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

Shades of Amethyst #A664D8

Tints of Amethyst #A664D8

Color information

#A664D8 (or 0xA664D8) is unknown color: approx Amethyst. HEX triplet: A6, 64 and D8. RGB value is (166,100,216). Sum of RGB (Red+Green+Blue) = 166+100+216=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #A664D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664D8 is #599B27. Grayscale: #848484. Windows color (decimal): -5872424 or 14181542. OLE color: 14181542.

HSL color Cylindrical-coordinate representation of color #A664D8: hue angle of 274.14º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A664D8 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166100216-
CMYK0.230.5400.15
HSL274.14º59.79%61.96%-
HSV(B)274.14º53.7%84.71%-
XYZ32.6822.1867.52-
YUV132.96174.87151.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=34.44%
G=20.75%
B=44.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661002160.230.5400.15274.1459.7961.96
HexA664D817360F1123c3e
Octal24614433027660174227476
Binary101001101100100110110001011111011001111100010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664D8; }

 p { color: rgb(166,100,216); }

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

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

 a { background-color: rgb(166,100,216); }

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

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

 span { border-color: rgb(166,100,216); }

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