#A56CCE

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

Shades of Amethyst #A56CCE

Tints of Amethyst #A56CCE

Color information

#A56CCE (or 0xA56CCE) is unknown color: approx Amethyst. HEX triplet: A5, 6C and CE. RGB value is (165,108,206). Sum of RGB (Red+Green+Blue) = 165+108+206=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A56CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56CCE is #5A9331. Grayscale: #878787. Windows color (decimal): -5935922 or 13528229. OLE color: 13528229.

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

Color convert

RGB165108206-
CMYK0.200.4800.19
HSL274.9º50%61.57%-
HSV(B)274.9º47.57%80.78%-
XYZ32.0223.1861.18-
YUV136.22167.38148.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 206 (80.86% from 255) = 43.01%
R=34.45%
G=22.55%
B=43.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651082060.200.4800.19274.95061.57
HexA56CCE1430013113323e
Octal24515431624600234236276
Binary1010010111011001100111010100110000010011100010011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56CCE; }

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

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

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

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

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

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

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

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