#A464DD

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

Shades of Amethyst #A464DD

Tints of Amethyst #A464DD

Color information

#A464DD (or 0xA464DD) is unknown color: approx Amethyst. HEX triplet: A4, 64 and DD. RGB value is (164,100,221). Sum of RGB (Red+Green+Blue) = 164+100+221=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #A464DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A464DD is #5B9B22. Grayscale: #848484. Windows color (decimal): -6003491 or 14509220. OLE color: 14509220.

HSL color Cylindrical-coordinate representation of color #A464DD: hue angle of 271.74º 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 #A464DD is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164100221-
CMYK0.260.5500.13
HSL271.74º64.02%62.94%-
HSV(B)271.74º54.75%86.67%-
XYZ32.9222.2370.96-
YUV132.93177.7150.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=33.81%
G=20.62%
B=45.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641002210.260.5500.13271.7464.0262.94
HexA464DD1A370D110403f
Octal244144335326701542010077
Binary1010010011001001101110111010110111011011000100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A464DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A464DD; }

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

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

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

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

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

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

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

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