#A45ED6

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

Shades of Amethyst #A45ED6

Tints of Amethyst #A45ED6

Color information

#A45ED6 (or 0xA45ED6) is unknown color: approx Amethyst. HEX triplet: A4, 5E and D6. RGB value is (164,94,214). Sum of RGB (Red+Green+Blue) = 164+94+214=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #A45ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ED6 is #5BA129. Grayscale: #808080. Windows color (decimal): -6005034 or 14048932. OLE color: 14048932.

HSL color Cylindrical-coordinate representation of color #A45ED6: hue angle of 275º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45ED6 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16494214-
CMYK0.230.5600.16
HSL275º59.41%60.39%-
HSV(B)275º56.07%83.92%-
XYZ31.4520.7565.97-
YUV128.61176.19153.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 94 (37.11% from 255) = 19.92%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=34.75%
G=19.92%
B=45.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164942140.230.5600.1627559.4160.39
HexA45ED617380101133b3c
Octal24413632627700204237374
Binary1010010010111101101011010111111000010000100010011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45ED6; }

 p { color: rgb(164,94,214); }

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

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

 a { background-color: rgb(164,94,214); }

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

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

 span { border-color: rgb(164,94,214); }

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