#A56ACC

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

Shades of Amethyst #A56ACC

Tints of Amethyst #A56ACC

Color information

#A56ACC (or 0xA56ACC) is unknown color: approx Amethyst. HEX triplet: A5, 6A and CC. RGB value is (165,106,204). Sum of RGB (Red+Green+Blue) = 165+106+204=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A56ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ACC is #5A9533. Grayscale: #868686. Windows color (decimal): -5936436 or 13396645. OLE color: 13396645.

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

Color convert

RGB165106204-
CMYK0.190.4800.2
HSL276.12º49%60.78%-
HSV(B)276.12º48.04%80%-
XYZ31.5722.6759.84-
YUV134.81167.05149.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=34.74%
G=22.32%
B=42.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651062040.190.4800.2276.124960.78
HexA56ACC1330014114313d
Octal24515231423600244246175
Binary1010010111010101100110010011110000010100100010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56ACC; }

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

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

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

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

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

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

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

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