#A56FDD

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

Shades of Amethyst #A56FDD

Tints of Amethyst #A56FDD

Color information

#A56FDD (or 0xA56FDD) is unknown color: approx Amethyst. HEX triplet: A5, 6F and DD. RGB value is (165,111,221). Sum of RGB (Red+Green+Blue) = 165+111+221=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A56FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FDD is #5A9022. Grayscale: #8B8B8B. Windows color (decimal): -5935139 or 14512037. OLE color: 14512037.

HSL color Cylindrical-coordinate representation of color #A56FDD: hue angle of 269.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56FDD is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165111221-
CMYK0.250.5000.13
HSL269.45º61.8%65.1%-
HSV(B)269.45º49.77%86.67%-
XYZ34.2524.5971.35-
YUV139.69173.89146.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=33.20%
G=22.33%
B=44.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651112210.250.5000.13269.4561.865.1
HexA56FDD19320D10d3e41
Octal245157335316201541576101
Binary1010010111011111101110111001110010011011000011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FDD; }

 p { color: rgb(165,111,221); }

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

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

 a { background-color: rgb(165,111,221); }

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

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

 span { border-color: rgb(165,111,221); }

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