#A56FD7

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

Shades of Amethyst #A56FD7

Tints of Amethyst #A56FD7

Color information

#A56FD7 (or 0xA56FD7) is unknown color: approx Amethyst. HEX triplet: A5, 6F and D7. RGB value is (165,111,215). Sum of RGB (Red+Green+Blue) = 165+111+215=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #A56FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FD7 is #5A9028. Grayscale: #8A8A8A. Windows color (decimal): -5935145 or 14118821. OLE color: 14118821.

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

Color convert

RGB165111215-
CMYK0.230.4800.16
HSL271.15º56.52%63.92%-
HSV(B)271.15º48.37%84.31%-
XYZ33.4724.2767.21-
YUV139170.89146.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=33.60%
G=22.61%
B=43.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651112150.230.4800.16271.1556.5263.92
HexA56FD7173001010f3940
Octal245157327276002041771100
Binary10100101110111111010111101111100000100001000011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56FD7; }

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

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

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

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

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

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

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

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