#A45AE4

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

Shades of Amethyst #A45AE4

Tints of Amethyst #A45AE4

Color information

#A45AE4 (or 0xA45AE4) is unknown color: approx Amethyst. HEX triplet: A4, 5A and E4. RGB value is (164,90,228). Sum of RGB (Red+Green+Blue) = 164+90+228=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #A45AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AE4 is #5BA51B. Grayscale: #7F7F7F. Windows color (decimal): -6006044 or 14965412. OLE color: 14965412.

HSL color Cylindrical-coordinate representation of color #A45AE4: hue angle of 272.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45AE4 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16490228-
CMYK0.280.6100.11
HSL272.17º71.88%62.35%-
HSV(B)272.17º60.53%89.41%-
XYZ32.9720.8175.68-
YUV127.86184.52153.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 90 (35.55% from 255) = 18.67%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=34.02%
G=18.67%
B=47.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal164902280.280.6100.11272.1771.8862.35
HexA45AE41C3D0B110483e
Octal244132344347501342011076
Binary1010010010110101110010011100111101010111000100001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45AE4; }

 p { color: rgb(164,90,228); }

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

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

 a { background-color: rgb(164,90,228); }

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

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

 span { border-color: rgb(164,90,228); }

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