#A463DD

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

Shades of Amethyst #A463DD

Tints of Amethyst #A463DD

Color information

#A463DD (or 0xA463DD) is unknown color: approx Amethyst. HEX triplet: A4, 63 and DD. RGB value is (164,99,221). Sum of RGB (Red+Green+Blue) = 164+99+221=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #A463DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463DD is #5B9C22. Grayscale: #838383. Windows color (decimal): -6003747 or 14508964. OLE color: 14508964.

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

Color convert

RGB16499221-
CMYK0.260.5500.13
HSL271.97º64.21%62.75%-
HSV(B)271.97º55.2%86.67%-
XYZ32.8222.0470.93-
YUV132.34178.03150.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=33.88%
G=20.45%
B=45.66%

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
Decimal164992210.260.5500.13271.9764.2162.75
HexA463DD1A370D110403f
Octal244143335326701542010077
Binary1010010011000111101110111010110111011011000100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463DD; }

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

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

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

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

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

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

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

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