#a56ace

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

Shades of Amethyst #A56ACE

Tints of Amethyst #A56ACE

Color information

#A56ACE (or 0xA56ACE) is unknown color: approx Amethyst. HEX triplet: A5, 6A and CE. RGB value is (165,106,206). Sum of RGB (Red+Green+Blue) = 165+106+206=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A56ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ACE is #5A9531. Grayscale: #868686. Windows color (decimal): -5936434 or 13527717. OLE color: 13527717.

HSL color Cylindrical-coordinate representation of color #A56ACE: hue angle of 275.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A56ACE is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165106206-
CMYK0.200.4900.19
HSL275.4º50.51%61.18%-
HSV(B)275.4º48.54%80.78%-
XYZ31.8122.7661.11-
YUV135.04168.05149.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=34.59%
G=22.22%
B=43.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651062060.200.4900.19275.450.5161.18
HexA56ACE1431013113333d
Octal24515231624610234236375
Binary1010010111010101100111010100110001010011100010011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a56ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a56ace; }

 p { color: rgb(165,106,206); }

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

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

 a { background-color: rgb(165,106,206); }

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

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

 span { border-color: rgb(165,106,206); }

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