#a453e1

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

Shades of Amethyst #A453E1

Tints of Amethyst #A453E1

Color information

#A453E1 (or 0xA453E1) is unknown color: approx Amethyst. HEX triplet: A4, 53 and E1. RGB value is (164,83,225). Sum of RGB (Red+Green+Blue) = 164+83+225=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #A453E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453E1 is #5BAC1E. Grayscale: #7A7A7A. Windows color (decimal): -6007839 or 14767012. OLE color: 14767012.

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

Color convert

RGB16483225-
CMYK0.270.6300.12
HSL274.23º70.3%60.39%-
HSV(B)274.23º63.11%88.24%-
XYZ31.9919.5273.31-
YUV123.41185.34156.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 83 (32.81% from 255) = 17.58%
BLUE value IS 225 (88.28% from 255) = 47.67%
R=34.75%
G=17.58%
B=47.67%

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
Decimal164832250.270.6300.12274.2370.360.39
HexA453E11B3F0C112463c
Octal244123341337701442210674
Binary1010010010100111110000111011111111011001000100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a453e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a453e1; }

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

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

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

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

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

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

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

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