#A45AD8

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

Shades of Amethyst #A45AD8

Tints of Amethyst #A45AD8

Color information

#A45AD8 (or 0xA45AD8) is unknown color: approx Amethyst. HEX triplet: A4, 5A and D8. RGB value is (164,90,216). Sum of RGB (Red+Green+Blue) = 164+90+216=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #A45AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45AD8 is #5BA527. Grayscale: #7E7E7E. Windows color (decimal): -6006056 or 14178980. OLE color: 14178980.

HSL color Cylindrical-coordinate representation of color #A45AD8: hue angle of 275.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45AD8 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16490216-
CMYK0.240.5800.15
HSL275.24º61.76%60%-
HSV(B)275.24º58.33%84.71%-
XYZ31.3620.1667.2-
YUV126.49178.52154.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=34.89%
G=19.15%
B=45.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164902160.240.5800.15275.2461.7660
HexA45AD8183A0F1133e3c
Octal24413233030720174237674
Binary101001001011010110110001100011101001111100010011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45AD8; }

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

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

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

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

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

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

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

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