#A56ED8

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

Shades of Amethyst #A56ED8

Tints of Amethyst #A56ED8

Color information

#A56ED8 (or 0xA56ED8) is unknown color: approx Amethyst. HEX triplet: A5, 6E and D8. RGB value is (165,110,216). Sum of RGB (Red+Green+Blue) = 165+110+216=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #A56ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ED8 is #5A9127. Grayscale: #8A8A8A. Windows color (decimal): -5935400 or 14184101. OLE color: 14184101.

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

Color convert

RGB165110216-
CMYK0.240.4900.15
HSL271.13º57.61%63.92%-
HSV(B)271.13º49.07%84.71%-
XYZ33.4924.1167.85-
YUV138.53171.72146.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=33.60%
G=22.40%
B=43.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651102160.240.4900.15271.1357.6163.92
HexA56ED818310F10f3a40
Octal245156330306101741772100
Binary1010010111011101101100011000110001011111000011111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56ED8; }

 p { color: rgb(165,110,216); }

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

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

 a { background-color: rgb(165,110,216); }

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

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

 span { border-color: rgb(165,110,216); }

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