#A664DD

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

Shades of Amethyst #A664DD

Tints of Amethyst #A664DD

Color information

#A664DD (or 0xA664DD) is unknown color: approx Amethyst. HEX triplet: A6, 64 and DD. RGB value is (166,100,221). Sum of RGB (Red+Green+Blue) = 166+100+221=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #A664DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664DD is #599B22. Grayscale: #858585. Windows color (decimal): -5872419 or 14509222. OLE color: 14509222.

HSL color Cylindrical-coordinate representation of color #A664DD: hue angle of 272.73º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A664DD is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166100221-
CMYK0.250.5500.13
HSL272.73º64.02%62.94%-
HSV(B)272.73º54.75%86.67%-
XYZ33.3322.4470.98-
YUV133.53177.37151.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=34.09%
G=20.53%
B=45.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661002210.250.5500.13272.7364.0262.94
HexA664DD19370D111403f
Octal246144335316701542110077
Binary1010011011001001101110111001110111011011000100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A664DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A664DD; }

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

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

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

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

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

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

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

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