#A454E1

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

Shades of Amethyst #A454E1

Tints of Amethyst #A454E1

Color information

#A454E1 (or 0xA454E1) is unknown color: approx Amethyst. HEX triplet: A4, 54 and E1. RGB value is (164,84,225). Sum of RGB (Red+Green+Blue) = 164+84+225=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #A454E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A454E1 is #5BAB1E. Grayscale: #7B7B7B. Windows color (decimal): -6007583 or 14767268. OLE color: 14767268.

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

Color convert

RGB16484225-
CMYK0.270.6300.12
HSL274.04º70.15%60.59%-
HSV(B)274.04º62.67%88.24%-
XYZ32.0719.6773.34-
YUV123.99185156.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=34.67%
G=17.76%
B=47.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal164842250.270.6300.12274.0470.1560.59
HexA454E11B3F0C112463d
Octal244124341337701442210675
Binary1010010010101001110000111011111111011001000100101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A454E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A454E1; }

 p { color: rgb(164,84,225); }

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

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

 a { background-color: rgb(164,84,225); }

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

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

 span { border-color: rgb(164,84,225); }

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